fix setup, add test

This commit is contained in:
Manuel Araoz 2014-06-26 18:22:32 -03:00
commit 8d3d35ff83
2 changed files with 9 additions and 1 deletions

View file

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