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

Error if ngMeteor is used with easy-search package #34

Open
azfx opened this issue Aug 6, 2014 · 1 comment
Open

Error if ngMeteor is used with easy-search package #34

azfx opened this issue Aug 6, 2014 · 1 comment

Comments

@azfx
Copy link

azfx commented Aug 6, 2014

Looks like the Blaze.toHTML call for meteor 0.8.3 fails when used against templates defined in easy-search meteorite package. Not sure if this is a easy-search package issue, or ngMeteor issue.

Uncaught TypeError: Cannot read property 'index' of null easy-search-components.js:321

I am assuming the offending code is :
https://github.com/loneleeandroo/ngMeteor/blob/master/modules/ngMeteor-template.js#L12
templateString = Blaze.toHTML(template);

Link to easy-search meteorite package:
https://github.com/matteodem/meteor-easy-search

@Urigo
Copy link

Urigo commented Sep 1, 2014

@azfx We've just released a new version of our fork of ngMeteor with a lot of changes that also supports the new Meteor's packaging system (since version 0.9.0).
Would you mind test your issue with the new release and if it is still happening we would love to support it on our repo:
https://github.com/Urigo/ngmeteor/releases
Thanks

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

2 participants