fix timeout
This commit is contained in:
parent
5a252f8ae8
commit
9727c70887
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('ImportController',
|
||||
function($scope, $rootScope, $location, identityService, notification, isMobile, Compatibility) {
|
||||
function($scope, $rootScope, $location, $timeout, identityService, notification, isMobile, Compatibility) {
|
||||
|
||||
$rootScope.title = 'Import wallet';
|
||||
$scope.importStatus = 'Importing wallet - Reading backup...';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue