I just upgraded the meteor app to Meteor 1.3, but now an error occurs, as shown below:
Uncaught Error: [$injector:modulerr] Failed to instantiate module angular-meteor
When breaking angular functions, below is the initialization code
angular.module('myApp',['angular-meteor','ui.router','ionic','ngCordova']);
I tried removing angular-meteor, but its error appears as angular twice.
user4356476
source
share