fix notification error is not function bug
This commit is contained in:
Vendored
+1
-1
@@ -147,7 +147,7 @@ angular.module('ui-notification').provider('Notification', function() {
|
||||
|
||||
deferred.resolve(scope);
|
||||
|
||||
}).error(function(data){
|
||||
}).catch(function(data){
|
||||
throw new Error('Template ('+args.template+') could not be loaded. ' + data);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user