Merge pull request #179 from cmgustavo/ref/design-49

Minor fixes. Fix Glidera
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-23 13:39:16 -03:00 committed by GitHub
commit 04c724f3dc
5 changed files with 10 additions and 11 deletions

View file

@ -10,8 +10,8 @@
<i class="icon ion-search placeholder-icon"></i>
<input type="text"
placeholder="Search or enter bitcoin address"
ng-model="search"
ng-change="findContact(search)"
ng-model="formData.search"
ng-change="findContact(formData.search)"
ng-model-onblur>
</label>
</div>