Setup page based on #228

This commit is contained in:
Gustavo Cortez 2014-04-30 18:47:44 -03:00
commit 96f41c4e00
3 changed files with 91 additions and 14 deletions

View file

@ -5,6 +5,11 @@ angular.module('copay.setup').controller('SetupController',
$scope.loading = false;
// ng-repeat defined number of times instead of repeating over array?
$scope.getNumber = function(num) {
return new Array(num);
}
$scope.totalCopayers = config.wallet.totalCopayers;
$scope.TCValues = [];
for (var n = 1; n <= config.limits.totalCopayers; n++)