model: remove a warning :p
[nit.git] / share / nitweb / directives / ui / search-field.html
1 <form style='margin-bottom: 0'>
2 <div class='form-group has-icon'>
3 <input placeholder='Search...' type='text' class='form-control search-input'
4 ng-model-options='{ debounce: 300 }' ng-model='vm.query'
5 ng-keydown='update($event)' ng-change='vm.search()'>
6 <span class='glyphicon glyphicon-search form-control-icon text-muted'></span>
7 </div>
8 </form>