mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-05 05:34:43 +00:00
fix typo in searchbox placeholder
This commit is contained in:
parent
95adf3a4d8
commit
5480d2a80b
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
<input type="text" name="search" id="search-box" placeholder="search documentaiton"/>
|
<input type="text" name="search" id="search-box" placeholder="search the docs"/>
|
||||||
<ul id="api-list">
|
<ul id="api-list">
|
||||||
<li ng:repeat="page in pages.$filter(search)" ng:class="getClass(page)">
|
<li ng:repeat="page in pages.$filter(search)" ng:class="getClass(page)">
|
||||||
<a href="{{getUrl(page)}}" ng:click="">{{page.name | short}}</a>
|
<a href="{{getUrl(page)}}" ng:click="">{{page.name | short}}</a>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue