This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
ng-repeat won't work if my object keys starting with "$" and there is no error messages #11379
Labels
Milestone
The related codes in angularjs:
IMO, this is a limitation or a bug in AngularJs side. It is very inconvenient because each time to use ng-repeat to iterate over object keys, we need to ensure each key not start with $, or it won't work and there is no error messages.
Also there is a post on stackoverflow:
http://stackoverflow.com/questions/29141277/angularjs-ng-repeat-doesnt-work-if-the-key-starts-with
The text was updated successfully, but these errors were encountered: