fix notification error is not function bug
This commit is contained in:
parent
f34cf219f7
commit
367e6b91f5
2
js/vendor/angular-ui-notification.js
vendored
2
js/vendor/angular-ui-notification.js
vendored
@ -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);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user