This commit is contained in:
resicovenba 2018-03-16 18:02:11 +05:30
commit f0fa6f6cf6

View File

@ -10,7 +10,7 @@ app.controller('studentViewCtrl', ["$scope","$rootScope", "toaster", "$filter",
* this method called from view ng-init directive
* created by kms
* */
$rootScope.studentAllDetails
$rootScope.studentAllDetails="";
$scope.getStudentDetails = function () {
var getcourse = {
method: 'POST',