Fix disclaimer error

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-16 01:41:16 -03:00
commit dd9c5c1664
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
angular.module('copayApp.controllers').controller('disclaimerController',
function($scope, $timeout, $log, profileService, isCordova, storageService, applicationService, gettextCatalog, uxLanguage, go) {
self = this;
var self = this;
self.tries = 0;
var create = function(noWallet) {