course controller added

This commit is contained in:
gandhimathi 2017-11-23 19:57:30 +05:30
parent d2ff68c4aa
commit db9fa1dc8d

View File

@ -3,7 +3,6 @@
* controllers for ng-table
* Simple table with sorting and filtering on AngularJS
*/
app.controller('callTrackingCtrl', ["$scope","$rootScope","toaster", "$filter", "ngTableParams", "API_POINTS", "$localStorage", "$http", "$state", function ($scope,$rootScope,toaster, $filter, ngTableParams, apiPoint, $localStorage, $http, $state) {
localStorage.setItem('searchName','');
localStorage.setItem('searchMobile','');