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

Meteor Collection Helpers #225

Closed
dv336699 opened this issue Mar 8, 2015 · 1 comment
Closed

Meteor Collection Helpers #225

dv336699 opened this issue Mar 8, 2015 · 1 comment

Comments

@dv336699
Copy link
Contributor

dv336699 commented Mar 8, 2015

I'm trying to use https://github.com/dburles/meteor-collection-helpers but it seems that it's not compatible with angular-meteor.
When I try to print using {{item.something}} it doesn't print anything.
Behind the scenes that module uses transform to accomplish the task.

Do we need to write a module for it or something?

Thanks!

@dv336699
Copy link
Contributor Author

dv336699 commented Mar 8, 2015

You have to use {{ something.field() }} instead of {{ something.field }} as demonstrated on meteor collection helpers page.

@dv336699 dv336699 closed this as completed Mar 8, 2015
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

1 participant