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';
|
'use strict';
|
||||||
|
|
||||||
angular.module('copayApp.controllers').controller('ReceiveController',
|
angular.module('copayApp.controllers').controller('ReceiveController',
|
||||||
function($scope, $rootScope, $timeout, $modal, controllerUtils, notification) {
|
function($scope, $rootScope, $timeout, $modal, controllerUtils) {
|
||||||
controllerUtils.redirIfNotComplete();
|
controllerUtils.redirIfNotComplete();
|
||||||
|
|
||||||
$scope.loading = false;
|
$scope.loading = false;
|
||||||
|
|
@ -17,7 +17,6 @@ angular.module('copayApp.controllers').controller('ReceiveController',
|
||||||
controllerUtils.updateAddressList();
|
controllerUtils.updateAddressList();
|
||||||
$scope.loading = false;
|
$scope.loading = false;
|
||||||
$scope.isNewAddr = true;
|
$scope.isNewAddr = true;
|
||||||
notification.info("Info", "New Address was created");
|
|
||||||
}, 1);
|
}, 1);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue