reduced notification popup time from 4s to 2.5s

This commit is contained in:
okalintu
2016-08-17 18:37:32 +03:00
parent 7af7701f1b
commit 4795b4350d
+2 -2
View File
@@ -10,8 +10,8 @@ function notyfication(type,timeout){
});
};
}
var notyError = notyfication('error',4000);
var notySuccess = notyfication('success',4000);
var notyError = notyfication('error',2500);
var notySuccess = notyfication('success',2500);
function editor(returnpath){
return function($scope, $http, $route, $routeParams, $window, $location) {