fix(docs): Fixed typo: changed ngRepeate to ngRepeat.

This commit is contained in:
Rishabh Rao 2012-07-02 14:36:12 +05:30 committed by Brian Ford
parent c076fe08cf
commit 4c58501956

View file

@ -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: