ngMeteor icon indicating copy to clipboard operation
ngMeteor copied to clipboard

Error if ngMeteor is used with easy-search package

Open azfx opened this issue 10 years ago • 1 comments

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 avatar Aug 06 '14 17:08 azfx

@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

Urigo avatar Sep 01 '14 01:09 Urigo