diff options
| author | ARC <arjunrc@gmail.com> | 2015-04-25 15:11:33 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-04-25 15:11:33 -0400 |
| commit | 18b05289d8042b602054a46a8b7f78667e15a1df (patch) | |
| tree | cf80d1183b5f12e35ebd15158e3d947041584519 /www/js/HttpFactory.js | |
| parent | cd467c329d6c7f97b549bad965f69f95a8b487af (diff) | |
Comments added
Diffstat (limited to 'www/js/HttpFactory.js')
| -rw-r--r-- | www/js/HttpFactory.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/js/HttpFactory.js b/www/js/HttpFactory.js index c11daba1..b869e809 100644 --- a/www/js/HttpFactory.js +++ b/www/js/HttpFactory.js @@ -1,3 +1,5 @@ +// NOT USED ANYMORE. FIXME: DELETE THIS FILE + angular.module('zmApp.controllers').factory('ZMHttpFactory', ['$http', '$rootScope','$ionicLoading', '$ionicPopup','$timeout' function($http, $rootScope, $ionicLoading, $ionicPopup, $timeout) { @@ -91,4 +93,4 @@ angular.module('zmApp.controllers').factory('ZMHttpFactory', ['$http', '$rootSco }, //getEvents } } -]);
\ No newline at end of file +]); |
