docs(ngRepeat): fix typo

Closes #14681
This commit is contained in:
Victor Oliveira da Silva
2016-05-26 15:17:53 -03:00
committed by Georgios Kalpakas
parent 5e7c4abb18
commit 85db30a3be
+1 -1
View File
@@ -49,7 +49,7 @@
* it's a prefix used by Angular for public (`$`) and private (`$$`) properties.
*
* - The built-in filters {@link ng.orderBy orderBy} and {@link ng.filter filter} do not work with
* objects, and will throw if used with one.
* objects, and will throw an error if used with one.
*
* If you are hitting any of these limitations, the recommended workaround is to convert your object into an array
* that is sorted into the order that you prefer before providing it to `ngRepeat`. You could