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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Don't know is that a feature or bug, but in all Angular versions until 1.4.0 keys were sorted alphabetically, but not in 1.4.0/1.4.1
div ng-repeat="(key, value) in myMap"> {{ key }}
Hi team,
Don't know is that a feature or bug, but in all Angular versions until 1.4.0 keys were sorted alphabetically, but not in 1.4.0/1.4.1
div ng-repeat="(key, value) in myMap"> {{ key }}
Check a plunker:
http://plnkr.co/edit/J0ctwgN2jLOH98LCNegx?p=preview
The text was updated successfully, but these errors were encountered: