replace flashmessage for notifications
This commit is contained in:
parent
bdfac63f1a
commit
e389a3f82c
4 changed files with 32 additions and 57 deletions
|
|
@ -30,7 +30,6 @@ angular.module('copayApp.directives')
|
|||
link: function(scope, element, attrs, ctrl) {
|
||||
setTimeout(function() {
|
||||
scope.$apply(function() {
|
||||
$rootScope.$flashMessage = {};
|
||||
});
|
||||
}, 5000);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue