We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7c4ab commit 85db30aCopy full SHA for 85db30a
src/ng/directive/ngRepeat.js
@@ -49,7 +49,7 @@
49
* it's a prefix used by Angular for public (`$`) and private (`$$`) properties.
50
*
51
* - The built-in filters {@link ng.orderBy orderBy} and {@link ng.filter filter} do not work with
52
- * objects, and will throw if used with one.
+ * objects, and will throw an error if used with one.
53
54
* If you are hitting any of these limitations, the recommended workaround is to convert your object into an array
55
* that is sorted into the order that you prefer before providing it to `ngRepeat`. You could
0 commit comments