You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
@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
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
The text was updated successfully, but these errors were encountered: