Cleanup
This commit is contained in:
parent
d3f77b37ad
commit
d3cbb03004
4 changed files with 4 additions and 4 deletions
|
|
@ -35,7 +35,7 @@ angular.module('copayApp.controllers').controller('createController',
|
|||
$scope.requiredCopayers = Math.min(parseInt(n / 2 + 1), maxReq);
|
||||
};
|
||||
|
||||
this.externatIndexValues = lodash.range(0,20);
|
||||
this.externalIndexValues = lodash.range(0,20);
|
||||
$scope.externalIndex = 0;
|
||||
this.TCValues = lodash.range(2, defaults.limits.totalCopayers + 1);
|
||||
$scope.totalCopayers = defaults.wallet.totalCopayers;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ angular.module('copayApp.controllers').controller('joinController',
|
|||
function($scope, $rootScope, $timeout, go, isMobile, notification, profileService, isCordova, isChromeApp, $modal, gettext, lodash, ledger) {
|
||||
|
||||
var self = this;
|
||||
this.externatIndexValues = lodash.range(0,20);
|
||||
this.externalIndexValues = lodash.range(0,20);
|
||||
$scope.externalIndex = 0;
|
||||
|
||||
this.isChromeApp = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue