ngMeteor
ngMeteor copied to clipboard
Error if ngMeteor is used with easy-search package
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
@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