From 23dc09a6354eb32018c824787dd864f869c9a94b Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Tue, 2 Dec 2014 10:24:59 -0300 Subject: [PATCH] fixed join wallet --- js/controllers/join.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();