[Search] Adding clear text button

It is in place, but clicking on it does nothing yet.
This commit is contained in:
slhale
2015-08-12 10:27:34 -07:00
parent 9dd520f17b
commit 3555f41f3e
3 changed files with 52 additions and 25 deletions

View File

@ -23,17 +23,21 @@
ng-controller="SearchController as controller">
<!-- Search bar input -->
<!-- ui symbols for search are 'd' and 'M' -->
<div class="search-bar">
<input class="search-input"
type="text"
ng-model="ngModel.input"
ng-keyup="controller.search()"
id="searchInput" />
<!-- ui symbols for search are 'd' and 'M' -->
<div class="ui-symbol search-icon"
ng-class="{content: controller.hasInput()}">
M
</div>
<a class="ui-symbol clear-button"
ng-class="{content: controller.hasInput()}">
x
</a>
<!--mct-control key="textfield"
class="search-input"
ng-model="ngModel.input">