diff options
| author | Igor Minar | 2010-11-29 16:43:35 -0800 |
|---|---|---|
| committer | Igor Minar | 2010-11-29 16:47:20 -0800 |
| commit | 95adf3a4d81eeddec0ba07e7f7c39b50b576340f (patch) | |
| tree | 2d41e5d9db75d2924b89d1ba46882574b29e852b /docs/index.html | |
| parent | cc315ef4cc2a24e9ae8bcdc560918a6e65eb4def (diff) | |
| download | angular.js-95adf3a4d81eeddec0ba07e7f7c39b50b576340f.tar.bz2 | |
searchbar in docs should not scroll away
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 6f759d52..6529c5c4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -30,9 +30,9 @@ </h1> </div> <div id="sidebar"> - <input type="text" name="filterText" placeholder="search documentaiton"/> - <ul> - <li ng:repeat="page in pages.$filter(filterText)" ng:class="getClass(page)"> + <input type="text" name="search" id="search-box" placeholder="search documentaiton"/> + <ul id="api-list"> + <li ng:repeat="page in pages.$filter(search)" ng:class="getClass(page)"> <a href="{{getUrl(page)}}" ng:click="">{{page.name | short}}</a> </li> </ul> |
