Merge pull request #241 from cmgustavo/feature/06-new-design
Setup page based on new design #228
This commit is contained in:
commit
de7a7d99a0
3 changed files with 91 additions and 14 deletions
|
|
@ -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++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue