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

12 lines
376 B
JavaScript
Executable File

'use strict';
/*** controller for Wizard Form example***/
app.controller('studyMaterialStatusCtrl', ["$scope", "$filter", "ngTableParams", "API_POINTS", "$http", "SweetAlert", "$state", 'md5', 'ipCookie', function ($scope, $filter, ngTableParams, apiPoint, $http, SweetAlert, $state, md5, ipCookie) {
/**
* Logined user profile view
* by : kdk
*/
}]);