Skip to content

Commit

Permalink
docs(ion-item) Add link example
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Aug 28, 2014
1 parent addf598 commit 0b4cba8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/angular/directive/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ var ITEM_TPL_CONTENT =
* ```html
* <ion-list>
* <ion-item>Hello!</ion-item>
* <ion-item href="#/detail">
* Link to detail page
* <ion-item>
* </ion-list>
* ```
*/
Expand Down Expand Up @@ -65,4 +68,3 @@ function($animate, $compile) {
}
};
}]);

0 comments on commit 0b4cba8

Please sign in to comment.