This commit is contained in:
Eric Larchevêque 2015-07-17 16:38:52 +02:00 committed by Matias Alejo Garcia
commit d3cbb03004
4 changed files with 4 additions and 4 deletions

View file

@ -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() {