docs(ion-item) Add link example

This commit is contained in:
mhartington
2014-08-28 13:39:24 -04:00
parent addf5980e7
commit 0b4cba860a

View File

@@ -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>
* ```
*/
@@ -65,4 +68,3 @@ function($animate, $compile) {
}
};
}]);