Removes importLegacy. Enable Coinbase/Glidera for livenet. Fix undefined variable on buyCoinbase/Glidera

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-12 16:42:32 -03:00
commit 3776062e16
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
6 changed files with 4 additions and 177 deletions

View file

@ -149,16 +149,6 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
},
}
})
.state('importLegacy', {
url: '/importLegacy',
needProfile: true,
views: {
'main': {
templateUrl: 'views/importLegacy.html',
},
}
})
.state('create', {
url: '/create',
templateUrl: 'views/create.html',