fixed join wallet

This commit is contained in:
Ivan Socolsky 2014-12-02 10:24:59 -03:00 committed by Matias Alejo Garcia
parent f19ba24a22
commit 23dc09a635
1 changed files with 1 additions and 1 deletions

View File

@ -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();