This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngRepeat (key, val) in obj skips when obj has length: 0 property #8000
Closed
Description
This kind of data easily might come from database.
Reason:
https://github.com/angular/angular.js/blob/master/src/ng/directive/ngRepeat.js#L287
https://github.com/angular/angular.js/blob/master/src/ng/directive/ngRepeat.js#L305
Example:
http://jsfiddle.net/HB7LU/4593/