diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-13 14:39:52 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-13 14:39:52 -0400 |
| commit | bf46d01e63bf6964e89da884c83537891d2dc244 (patch) | |
| tree | c965be852cba0afb8be93684c968a5ccbe8270b7 /www | |
| parent | e64295d1c8a96c247380963c9746b9c7be2cf1a8 (diff) | |
various fixes
Diffstat (limited to 'www')
| -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, |
