batchshedule changes

This commit is contained in:
gayathri1990 2018-08-24 10:57:31 +05:30
parent 1e2f591f67
commit 91cc874c62

View File

@ -206,6 +206,7 @@ app.controller('schCtrl', ["$scope","$rootScope","toaster", "$filter", "ngTableP
"ScheduleDate":"",
"ScheduleStartTime":"",
"ScheduleEndTime":""
});// For Main Dropdown
});
@ -220,7 +221,8 @@ app.controller('schCtrl', ["$scope","$rootScope","toaster", "$filter", "ngTableP
},function(error){
$scope.semDropDownShowLoading = false;
swal('Already Exist','','error');
swal(error.data.message,'','error');
$state.go($state.current, {}, {reload: true});
} );