From 1a0a1c23a5be61483419a5e5aaf5c67bd5610de5 Mon Sep 17 00:00:00 2001 From: Lewis Liu Date: Mon, 14 Sep 2015 22:37:56 -0700 Subject: [PATCH] Fixed system generic error failing to display --- app/services/notifications/notifications-service.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/services/notifications/notifications-service.js b/app/services/notifications/notifications-service.js index 8bc78618..3764b1cf 100644 --- a/app/services/notifications/notifications-service.js +++ b/app/services/notifications/notifications-service.js @@ -3,6 +3,7 @@ export default /*@ngInject*/ function notifications( $cordovaLocalNotification, $rootScope, $window, + $log, $timeout, $q, devices,