increase message timeout
This commit is contained in:
parent
c19b1d402a
commit
1cd16f0e78
1 changed files with 1 additions and 1 deletions
2
angular_app/js/directives.js
vendored
2
angular_app/js/directives.js
vendored
|
@ -53,7 +53,7 @@ eventManApp.directive('eventmanMessage', ['$timeout',
|
|||
scope.dControl.isError = cfg.isError;
|
||||
$timeout(function () {
|
||||
scope.dControl.isVisible = false;
|
||||
}, cfg.timeout || 2000);
|
||||
}, cfg.timeout || 4000);
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue