Clean the search box when returns from another state
This commit is contained in:
parent
a8defa1377
commit
a0c9e5eba5
2 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue