Skip to content
Permalink
Browse files

docs(ngRepeat): fix typo

Closes #14681
  • Loading branch information
victor-o-silva authored and gkalpak committed May 26, 2016
1 parent 5e7c4ab commit 85db30a3be7918e2159b799fec190c1836b751ad
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ng/directive/ngRepeat.js
@@ -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

0 comments on commit 85db30a

Please sign in to comment.
You can’t perform that action at this time.