fix(docs): remove ngModelInstant from all examples

just fixing leftover code after the removal of ngModelInstant
This commit is contained in:
Igor Minar
2012-04-04 15:56:12 -07:00
parent 85776c0d37
commit fdf17d729f
8 changed files with 18 additions and 18 deletions

View File

@@ -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)">