Removes notification.
This commit is contained in:
parent
92869a9ce5
commit
4aefd0d4f0
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('ReceiveController',
|
||||
function($scope, $rootScope, $timeout, $modal, controllerUtils, notification) {
|
||||
function($scope, $rootScope, $timeout, $modal, controllerUtils) {
|
||||
controllerUtils.redirIfNotComplete();
|
||||
|
||||
$scope.loading = false;
|
||||
|
|
@ -17,7 +17,6 @@ angular.module('copayApp.controllers').controller('ReceiveController',
|
|||
controllerUtils.updateAddressList();
|
||||
$scope.loading = false;
|
||||
$scope.isNewAddr = true;
|
||||
notification.info("Info", "New Address was created");
|
||||
}, 1);
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue