fix templates after alpha50

This commit is contained in:
Adam Bradley
2015-12-09 08:26:44 -06:00
parent 243f03e545
commit 05aaa2d34d
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<ion-content>
<form (ng-submit)="submit($event)" [ng-form-model]="loginForm" #mf="form" novalidate>
<form (ng-submit)="submit($event)" [ng-form-model]="loginForm" #mf="ngForm" novalidate>
<ion-list>
<ion-input>

View File

@@ -46,7 +46,7 @@
<icon search item-left></icon>
<input value="Inset input inside a list" type="text">
<button outline item-right>Search</button>
</ion-input inset>
</ion-input>
</ion-list>