chore(upgrad): ng alpha52 and case-sensitive templates

This commit is contained in:
Adam Bradley
2015-12-10 22:52:55 -06:00
parent 87006dc5be
commit 5d6d9b9610
75 changed files with 292 additions and 413 deletions

View File

@ -14,7 +14,7 @@ import {Form} from '../../util/form';
*
* @usage
* ```html
* <ion-checkbox checked="true" value="isChecked" ng-control="htmlCtrl">
* <ion-checkbox checked="true" value="isChecked" ngControl="htmlCtrl">
* HTML5
* </ion-checkbox>
* ```