From 718fb8d861835440363fa51edcaef4dd91af477e Mon Sep 17 00:00:00 2001 From: ssotomayor Date: Tue, 14 Oct 2014 15:35:46 -0300 Subject: [PATCH] Injects "defaults" const in controller --- js/controllers/create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;