Unconfirmed accounts

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-08 12:04:27 -03:00
commit 07bf7b8f97
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
6 changed files with 54 additions and 22 deletions

View file

@ -7,7 +7,7 @@ angular.module('copayApp.controllers').controller('buyGlideraController',
this.show2faCodeInput = null;
this.error = null;
this.success = null;
this.loading = null;
this.loading = null;
this.getBuyPrice = function(token, price) {
var self = this;