This commit is contained in:
Matias Alejo Garcia 2016-08-24 18:06:17 -03:00
commit 6764af0a40
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
3 changed files with 68 additions and 3 deletions

View file

@ -13,7 +13,7 @@
<label class="item item-input">
<i class="icon ion-search placeholder-icon"></i>
<input type="text" placeholder="Search" ng-model="search" ng-model-onblur ng-change="findContact(search)">
<input type="text" placeholder="Recipient" ng-model="search" ng-model-onblur ng-change="findContact(search)">
</label>
</div>