diff --git a/js/controllers/create.js b/js/controllers/create.js index 06dff7319..399698b85 100644 --- a/js/controllers/create.js +++ b/js/controllers/create.js @@ -1,7 +1,7 @@ 'use strict'; angular.module('copayApp.controllers').controller('CreateController', - function($scope, $rootScope, $location, $timeout, walletFactory, controllerUtils, Passphrase, backupService, notification) { + function($scope, $rootScope, $location, $timeout, walletFactory, controllerUtils, Passphrase, backupService, notification, defaults) { controllerUtils.redirIfLogged(); $rootScope.fromSetup = true;