From bf46d01e63bf6964e89da884c83537891d2dc244 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Tue, 13 Oct 2015 14:39:52 -0400 Subject: various fixes --- www/js/DataModel.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/js/DataModel.js') 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, -- cgit v1.2.3