File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/angular-meteor-data/modules Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ angularMeteorUser.service('$meteorUser', [
28
28
} ;
29
29
30
30
this . requireUser = function ( ) {
31
- console . warn ( '[angular-meteor.waitForUser ] Please note that this method is deprecated sine 1.3.0 and will be removed in 1.4.0!' ) ;
31
+ console . warn ( '[angular-meteor.requireUser ] Please note that this method is deprecated sine 1.3.0 and will be removed in 1.4.0!' ) ;
32
32
33
33
var deferred = $q . defer ( ) ;
34
34
@@ -45,7 +45,7 @@ angularMeteorUser.service('$meteorUser', [
45
45
} ;
46
46
47
47
this . requireValidUser = function ( validatorFn ) {
48
- console . warn ( '[angular-meteor.waitForUser ] Please note that this method is deprecated sine 1.3.0 and will be removed in 1.4.0!' ) ;
48
+ console . warn ( '[angular-meteor.requireValidUser ] Please note that this method is deprecated sine 1.3.0 and will be removed in 1.4.0!' ) ;
49
49
50
50
return self . requireUser ( ) . then ( function ( user ) {
51
51
var valid = validatorFn ( user ) ;
@@ -86,4 +86,4 @@ angularMeteorUser.run([
86
86
$rootScope . loggingIn = Meteor . loggingIn ( ) ;
87
87
} ) ;
88
88
}
89
- ] ) ;
89
+ ] ) ;
You can’t perform that action at this time.
0 commit comments