4
votes

I have just updated the meteor application to Meteor 1.3 but now an error is raised as shown below :

Uncaught Error: [$injector:modulerr] Failed to instantiate module angular-meteor

Its breaking the functionalities of angular, below is the initialization code

angular.module('myApp',['angular-meteor','ui.router','ionic','ngCordova']);

I tried removing angular-meteor but its showing an error as angular is initialized twice.

3

3 Answers

1
votes

+1

Me too. Just taken me 30 mins to figure out it wasn't me by reverting to a previous version on my project. And workarounds at the moment?

1
votes

I fixed the problem with: "meteor add [email protected]" Then i do: "meteor update", to update my angular-meteor package. Now it works

0
votes

Please try the new angular-meteor 1.3.9_2 version and angular-meteor-auth 1.0.1. that should fix your issues