Merge pull request #773 from maraoz/ui/unify-notifications
Unify notification systems
This commit is contained in:
commit
16541f413e
11 changed files with 103 additions and 139 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