apollodec/Apollo/assets/js/controllers/feesStatusCtrl.js
venbatechnologies@gmail.com ac98ea44f6 certificate new files added
2017-12-14 11:23:38 +05:30

9 lines
360 B
JavaScript
Executable File

'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) {
}]);