Rename flashMessage variable
This commit is contained in:
parent
715a5b2bba
commit
ee6821d109
9 changed files with 23 additions and 23 deletions
|
|
@ -30,7 +30,7 @@ angular.module('copay.directives')
|
|||
link: function(scope, element, attrs, ctrl) {
|
||||
setTimeout(function() {
|
||||
scope.$apply(function() {
|
||||
$rootScope.flashMessage = {};
|
||||
$rootScope.$flashMessage = {};
|
||||
});
|
||||
}, 5000);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue