add config

This commit is contained in:
Matias Alejo Garcia 2014-12-18 20:05:13 -03:00
commit eb2270a2d1
4 changed files with 18 additions and 12 deletions

View file

@ -13,6 +13,8 @@ angular.module('copayApp.controllers').controller('CreateProfileController', fun
$scope.createStep = 'storage';
$scope.useLocalstorage = false;
$scope.minPasswordStrength = _.isUndefined(config.minPasswordStrength) ?
4 : config.minPasswordStrength;
pinService.makePinInput($scope, 'newpin', function(newValue) {
_firstpin = newValue;