[Search] Search icon

Moved the search icon to appear within the
text input area, and dissapears when the
input area is focused.
This commit is contained in:
slhale
2015-08-11 10:35:08 -07:00
parent 7141c2818a
commit 7b471e5379
3 changed files with 67 additions and 39 deletions

View File

@@ -25,14 +25,14 @@
<!-- Search bar input -->
<!-- ui symbols for search are 'd' and 'M' -->
<div class="search-bar">
<div class="search-icon ui-symbol">
d
</div>
<input class="search-input"
type="text"
ng-model="ngModel.input"
ng-keyup="controller.search()" />
ng-keyup="controller.search()"
id="searchInput" />
<div class="ui-symbol search-icon">
M
</div>
<!--mct-control key="textfield"
class="search-input"
ng-model="ngModel.input">