alpha37 updates

This commit is contained in:
Adam Bradley
2015-09-11 21:03:42 -05:00
parent 860471d822
commit 1e5e067ed1
49 changed files with 76 additions and 319 deletions

View File

@ -13,7 +13,7 @@ import {dom} from 'ionic/util';
* @usage
* ```html
* <ion-list>
* <ion-item *ng-for="#item of items" (^click)="itemTapped($event, item)">
* <ion-item *ng-for="#item of items" (click)="itemTapped($event, item)">
* {{item.title}}
* <div class="item-note" item-right>
* {{item.note}}