Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4ff6c85

Browse files
JonyDNarretz
authored andcommittedNov 2, 2015
docs(ngRepeat): fix link to MDN
Closes #13226
1 parent e26bc23 commit 4ff6c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ng/directive/ngRepeat.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* Version 1.4 removed the alphabetic sorting. We now rely on the order returned by the browser
4444
* when running `for key in myObj`. It seems that browsers generally follow the strategy of providing
4545
* keys in the order in which they were defined, although there are exceptions when keys are deleted
46-
* and reinstated. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/delete#Cross-browser_issues
46+
* and reinstated. See the [MDN page on `delete` for more info](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/delete#Cross-browser_notes).
4747
*
4848
* If this is not desired, the recommended workaround is to convert your object into an array
4949
* that is sorted into the order that you prefer before providing it to `ngRepeat`. You could

0 commit comments

Comments
 (0)