Clean the search box when returns from another state

This commit is contained in:
Gustavo Maximiliano Cortez 2017-05-30 13:06:13 -03:00
commit a0c9e5eba5
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 3 additions and 2 deletions

View file

@ -29,8 +29,8 @@
<i class="icon ion-ios-search placeholder-icon"></i>
<input type="search"
placeholder="Search"
ng-model="addrSearch"
ng-change="findAddressbook(addrSearch)" ng-model-onblur>
ng-model="addrSearch.value"
ng-change="findAddressbook(addrSearch.value)" ng-model-onblur>
</label>
</div>
<ion-list>