Permalink
Browse files
docs(ngRepeat): fix typo
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+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 |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.