Currently, the ng-collection-repeat directive, does NOT support Angular's buil-in filters. http://docs.angularjs.org/api/ng/filter For example, I'd like to sort/order a collection based on attributes of the model (name, tag, id, etc.)
Currently, the ng-collection-repeat directive, does NOT support Angular's buil-in filters.
http://docs.angularjs.org/api/ng/filter
For example, I'd like to sort/order a collection based on attributes of the model (name, tag, id, etc.)