Posts tagged with angular
Ordering and filtering objects with ng-repeat
Published 26 March 2014 in archive with tags angular , javascript AngularJS allows you to iterate over collections using theng-repeat
directive. You have the ability to order and filter the collection, but this only works for arrays, not for objects. You'd think that you'd retain the functionality of arrays, considering the object is treated like one, but you don't.
Continue reading …
Newer Page 1 of 1 Older