We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80112fc commit 82a0bd1Copy full SHA for 82a0bd1
modules/angular-meteor-user.js
@@ -49,7 +49,7 @@ angularMeteorUser.service('$meteorUser', ['$rootScope', '$meteorUtils', '$q',
49
if ( valid === true )
50
return user;
51
else if ( typeof valid === "string" )
52
- return $.reject( valid );
+ return $q.reject( valid );
53
else
54
return $q.reject( "FORBIDDEN" );
55
});
0 commit comments