diff options
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 7fbe7b36..3f47b408 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -8,7 +8,9 @@ // that many other controllers use // It's grown over time. I guess I may have to split this into multiple services in the future -angular.module('zmApp.controllers').service('ZMDataModel', +angular.module('zmApp.controllers') + +.service('ZMDataModel', ['$http', '$q', '$ionicLoading', '$ionicBackdrop', '$fileLogger', 'zm','$rootScope','$ionicContentBanner', '$timeout','$cordovaPinDialog', '$ionicPopup', function ($http, $q, $ionicLoading, $ionicBackdrop,$fileLogger, |
