course details changes done

This commit is contained in:
gandhimathi 2017-12-11 18:29:30 +05:30
parent c21b0faea7
commit f4131ce217

View File

@ -0,0 +1,9 @@
'use strict';
/**
* controllers for ng-table
* Simple table with sorting and filtering on AngularJS
*/
app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "ngTableParams", "API_POINTS", "$localStorage", "$http", "$state", function ($scope,$rootScope,toaster, $filter, ngTableParams, apiPoint, $localStorage, $http, $state) {
}]);