alert removal in login sceeen while entering value

This commit is contained in:
venbatechnologies@gmail.com 2019-02-15 12:42:08 +05:30
parent 29f6b400d6
commit b699845627

View File

@ -314,9 +314,9 @@ $scope.EmpLogin=function(myModel)
{
if(otpcheck != undefined)
{
swal("Warning!", response.data.message, "warning");
// swal("Warning!", response.data.message, "warning");
$scope.show = true;
$(".alert").delay(200).addClass("in").fadeOut(3500);
// $(".alert").delay(200).addClass("in").fadeOut(3500);
}
}
}else{
@ -325,7 +325,7 @@ $scope.EmpLogin=function(myModel)
$scope.icon = 'fa fa-lock';
$scope.info = false;
swal("Warning!", response.data.message, "warning");
//swal("Warning!", response.data.message, "warning");
// $scope.show = true;
//$(".alert").delay(200).addClass("in").fadeOut(3500);