We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d294d commit aecb07eCopy full SHA for aecb07e
src/ng/directive/ngRepeat.js
@@ -38,7 +38,7 @@
38
* <div ng-repeat="(key, value) in myObj"> ... </div>
39
* ```
40
*
41
- * However, there are a limitations compared to array iteration:
+ * However, there are a few limitations compared to array iteration:
42
43
* - The JavaScript specification does not define the order of keys
44
* returned for an object, so Angular relies on the order returned by the browser
0 commit comments