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.