mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-18 11:31:07 +00:00
chore(ngdocs): remove autofocus for the filtering search
This commit is contained in:
parent
2a5c355582
commit
760a233703
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@
|
||||||
<div class="dropdown search"
|
<div class="dropdown search"
|
||||||
ng-class="{open: focused && bestMatch.rank > 0 && bestMatch.page != currentPage}">
|
ng-class="{open: focused && bestMatch.rank > 0 && bestMatch.page != currentPage}">
|
||||||
<input type="text" ng-model="search" placeholder="search the docs"
|
<input type="text" ng-model="search" placeholder="search the docs"
|
||||||
tabindex="1" accesskey="s" class="input-medium search-query" focused="focused">
|
tabindex="1" accesskey="s" class="input-medium search-query" />
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li>
|
<li>
|
||||||
<a href="{{bestMatch.page.url}}">{{bestMatch.page.shortName}}</a>
|
<a href="{{bestMatch.page.url}}">{{bestMatch.page.shortName}}</a>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue