mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
Add focus-me directive
This commit is contained in:
parent
b57be79b00
commit
aff71d506b
@ -18,7 +18,7 @@
|
||||
<svg><use xlink:href="#icon-search" /><title>Search</title></svg>
|
||||
<input class="input-text" type="text" ng-model="searchText"
|
||||
ng-change="displaySearchResults(searchText)"
|
||||
placeholder="Search">
|
||||
placeholder="Search" wo-focus-me="state.mailList.searching">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -73,4 +73,4 @@
|
||||
</div>
|
||||
|
||||
<footer ng-include="'tpl/status-display.html'"></footer>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user