mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-25 18:50:26 +00:00
fix(docs): Fixed typo: changed ngRepeate to ngRepeat.
This commit is contained in:
parent
c076fe08cf
commit
4c58501956
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ __`app/index.html`:__
|
|||
|
||||
We added a standard HTML `<input>` tag and used angular's
|
||||
{@link api/ng.filter:filter $filter} function to process the input for the
|
||||
`ngRepeate` directive.
|
||||
`ngRepeat` directive.
|
||||
|
||||
This lets a user enter search criteria and immediately see the effects of their search on the phone
|
||||
list. This new code demonstrates the following:
|
||||
|
|
|
|||
Loading…
Reference in a new issue