add steps to creation process

This commit is contained in:
Gustavo Maximiliano Cortez 2014-08-06 18:21:14 -03:00
commit c588d97fc3
5 changed files with 6 additions and 0 deletions

View file

@ -35,6 +35,7 @@ var valid_pairs = {
angular.module('copayApp.controllers').controller('SetupController',
function($scope, $rootScope, $location, $timeout, walletFactory, controllerUtils, Passphrase, backupService, notification) {
$rootScope.fromSetup = true;
$rootScope.videoInfo = {};
$scope.loading = false;
$scope.walletPassword = $rootScope.walletPassword;