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 5ec0a50 commit 2048b6df24a42547e3790a1c02ef0df21e6382d3
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 2048b6d

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