docs: fix doc tags

This commit is contained in:
Drew Rygh
2015-09-08 15:00:14 -05:00
parent e2c01f4b12
commit b95ddaafa2
13 changed files with 31 additions and 35 deletions

View File

@@ -5,10 +5,10 @@ import {SlideGesture} from 'ionic/gestures/slide-gesture';
/**
* @name ionPrimarySwipeButtons
* @classdesc
* @description
* Creates a swipeable button inside a list item, that is visible when the item is swiped to the left by the user. Swiped open buttons can be hidden with `setOpen(false)`.
*
* @example
* @usage
* TODO
*/
@Directive({

View File

@@ -6,11 +6,11 @@ import {dom} from 'ionic/util';
/**
* @name ionItem
* @classdesc
* @description
* Creates a list-item that can easily be swiped,
* deleted, reordered, edited, and more.
*
* @example
* @usage
* ```html
* <ion-list>
* <ion-item *ng-for="#item of items" (^click)="itemTapped($event, item)">