We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732f23e commit 890c425Copy full SHA for 890c425
src/ng/directive/ngRepeat.js
@@ -33,8 +33,8 @@
33
* <div ng-repeat="(key, value) in myObj"> ... </div>
34
* ```
35
*
36
- * You need to be aware that the JavaScript specification does not define what order
37
- * it will return the keys for an object. (To mitigate this in Angular 1.3 the `ngRepeat` directive
+ * You need to be aware that the JavaScript specification does not define the order of keys
+ * returned for an object. (To mitigate this in Angular 1.3 the `ngRepeat` directive
38
* used to sort the keys alphabetically.)
39
40
* Version 1.4 removed the alphabetic sorting. We now rely on the order returned by the browser
0 commit comments