Skip to content
New issue

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

Does not work correct for angular resource #10

Open
cynamonium opened this issue Dec 5, 2013 · 2 comments
Open

Does not work correct for angular resource #10

cynamonium opened this issue Dec 5, 2013 · 2 comments

Comments

@cynamonium
Copy link

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]

@allaud
Copy link
Owner

allaud commented Dec 6, 2013

@cynamonium do you have any ideas how to fix this?

@tslater
Copy link

tslater commented Feb 4, 2015

I think i'm having the same issue...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants