mirror of
https://github.com/nasa/openmct.git
synced 2025-04-09 04:14:32 +00:00
parent
35b51d151d
commit
44246e6973
@ -26,7 +26,7 @@
|
||||
ng-class="{ holder: !(ngModel.input === '' || ngModel.input === undefined) }">
|
||||
<div class="holder flex-elem grows">
|
||||
<input class="search-input"
|
||||
type="text"
|
||||
type="text" tabindex="10000"
|
||||
ng-model="ngModel.input"
|
||||
ng-keyup="controller.search()"/>
|
||||
<a class="clear-icon clear-input icon-x-in-circle"
|
||||
|
Loading…
x
Reference in New Issue
Block a user