fixed join wallet

This commit is contained in:
Ivan Socolsky 2014-12-02 10:24:59 -03:00 committed by Matias Alejo Garcia
commit 23dc09a635

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