We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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]
The text was updated successfully, but these errors were encountered:
@cynamonium do you have any ideas how to fix this?
Sorry, something went wrong.
I think i'm having the same issue...?
No branches or pull requests
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]
The text was updated successfully, but these errors were encountered: