add logic to txp modal related to glidera

This commit is contained in:
Matias Alejo Garcia 2015-09-08 22:39:33 -03:00
commit 666eee4321
4 changed files with 22 additions and 14 deletions

View file

@ -839,6 +839,8 @@ console.log('[index.js:395]',txps); //TODO
self.initGlidera = function(accessToken) {
if (self.isShared) return;
self.glideraStatus = null;
glideraService.setCredentials(self.network);
var getToken = function(cb) {