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
Im trying to use ngMeteor v0.2 with Meteor 0.8.3 and I get this error:
Uncaught TypeError: Cannot read property 'notifyParented' of undefined (ngMeteor.js:36)
I guess it caused by the fact that UI.Componenet replaced with Blaze.View in 0.8.3.
I know I can run meteor 0.8.2, but then I can't run other packages that requires Blaze.
Is there any solution for that?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi everyone,
Im trying to use ngMeteor v0.2 with Meteor 0.8.3 and I get this error:
Uncaught TypeError: Cannot read property 'notifyParented' of undefined (ngMeteor.js:36)
I guess it caused by the fact that UI.Componenet replaced with Blaze.View in 0.8.3.
I know I can run meteor 0.8.2, but then I can't run other packages that requires Blaze.
Is there any solution for that?
Thanks.
The text was updated successfully, but these errors were encountered: