From dd9bf7d109cd3f1ed8199598f4bf80f6d3416f3d Mon Sep 17 00:00:00 2001 From: resicovenba Date: Sat, 24 Feb 2018 12:36:07 +0530 Subject: [PATCH] student controller updations: kdk --- Apollo/assets/js/controllers/studentCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apollo/assets/js/controllers/studentCtrl.js b/Apollo/assets/js/controllers/studentCtrl.js index 65ebc952..d5b15040 100755 --- a/Apollo/assets/js/controllers/studentCtrl.js +++ b/Apollo/assets/js/controllers/studentCtrl.js @@ -1816,7 +1816,7 @@ app.controller('studentSuperAdminCtrl', ["$scope", "toaster", "$filter", "ngTabl // $scope.existingStudentId = response.data.details.studentId; SweetAlert.swal({ title: "Warning!", - text: "Student Exist with this same Number." + "\n Do you want to Enroll New Course!", + text: "Student exist with this same Number." + "\n Do you want to Enroll New Course!", type: "warning", showCancelButton: true, confirmButtonColor: "#007aff",