clean controller and remove old firebase event

This commit is contained in:
Jean-Baptiste Dominguez 2018-08-09 15:09:43 +09:00
commit c68b1e77f6
6 changed files with 14 additions and 12 deletions

View file

@ -1,5 +1,5 @@
'use strict';
angular.module('copayApp.services').factory('firebaseEventsService', function firebaseEventsService($log, $state, $ionicHistory, sjcl, platformInfo, lodash, appConfigService, profileService, configService) {
angular.module('copayApp.services').factory('firebaseEventsService', function firebaseEventsService($log, platformInfo) {
var root = {};
var useEvents = platformInfo.isCordova && !platformInfo.isWP;