mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-21 18:42:31 +08:00
fix(docs): remove ngModelInstant from all examples
just fixing leftover code after the removal of ngModelInstant
This commit is contained in:
@@ -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)">
|
||||
|
||||
Reference in New Issue
Block a user