diff options
Diffstat (limited to 'docs/src/templates/index.html')
| -rw-r--r-- | docs/src/templates/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index d7470461..bb8d2f1e 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -106,7 +106,7 @@      <div id="sidebar">        <input type="text" ng:model="search" id="search-box" placeholder="search the docs" -             tabindex="1" accesskey="s" ng:model-instant> +             tabindex="1" accesskey="s">        <ul id="content-list" ng:class="sectionId" ng:cloak>          <li ng:repeat="page in pages | filter:search" ng:class="getClass(page)"> | 
