quick-ng-repeat
quick-ng-repeat copied to clipboard
Does not work correct for angular resource
Example: $scope.messages = Message.query(); and i get nothing using quick-ng-repeat, but ng-repeat works okay.
I noticed one thing:
line 204 for loop: collectionKeys.length return zero, but console.log(collectionKeys) shows:
$promise: Object, $resolved: false] 0: Resource 1: Resource [...] 35: Object 36: Resource $promise: Object $resolved: true length: 37 proto: Array[0]
@cynamonium do you have any ideas how to fix this?
I think i'm having the same issue...?