diff --git a/js/controllers/join.js b/js/controllers/join.js index ce0935530..1b7478712 100644 --- a/js/controllers/join.js +++ b/js/controllers/join.js @@ -1,7 +1,7 @@ 'use strict'; angular.module('copayApp.controllers').controller('JoinController', - function($scope, $rootScope, $timeout, isMobile, notification) { + function($scope, $rootScope, $timeout, isMobile, notification, identityService) { $rootScope.fromSetup = false; $scope.loading = false; $scope.isMobile = isMobile.any();