Skip to content

Commit 0b4cba8

Browse files
committed
docs(ion-item) Add link example
1 parent addf598 commit 0b4cba8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

js/angular/directive/item.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ var ITEM_TPL_CONTENT =
2121
* ```html
2222
* <ion-list>
2323
* <ion-item>Hello!</ion-item>
24+
* <ion-item href="#/detail">
25+
* Link to detail page
26+
* <ion-item>
2427
* </ion-list>
2528
* ```
2629
*/
@@ -65,4 +68,3 @@ function($animate, $compile) {
6568
}
6669
};
6770
}]);
68-

0 commit comments

Comments
 (0)