Injects "defaults" const in controller

This commit is contained in:
ssotomayor 2014-10-14 15:35:46 -03:00
commit 718fb8d861

View file

@ -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;