dashboardCtrl.js
This commit is contained in:
parent
eaef4550d5
commit
dfc0838f10
@ -285,7 +285,7 @@ app.controller('studentModalDemoCtrl', ["$scope", "$modal", "$log", "API_POINTS"
|
|||||||
});
|
});
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
swal("Failed!", "This student is not registered", "warning");
|
swal("Failed!", "This student is not registerd", "warning");
|
||||||
$scope.courseEditLoading = false;
|
$scope.courseEditLoading = false;
|
||||||
$scope.studentDetails = "";
|
$scope.studentDetails = "";
|
||||||
$scope.courseDetails = "";
|
$scope.courseDetails = "";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user