diff options
| author | Igor Minar | 2012-04-04 15:56:12 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-04-04 15:56:15 -0700 |
| commit | fdf17d729fa7651e88dc5f27c40b8de875a34a55 (patch) | |
| tree | 397c761a463488bb625ba9b99a51f77991b19d2c /docs/src/templates/index.html | |
| parent | 85776c0d37316c5aaecd84eedec275bac2cd0298 (diff) | |
| download | angular.js-fdf17d729fa7651e88dc5f27c40b8de875a34a55.tar.bz2 | |
fix(docs): remove ngModelInstant from all examples
just fixing leftover code after the removal of ngModelInstant
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)"> |
