Merge pull request #179 from cmgustavo/ref/design-49
Minor fixes. Fix Glidera
This commit is contained in:
commit
04c724f3dc
5 changed files with 10 additions and 11 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue