rm ng class

This commit is contained in:
Matias Alejo Garcia 2015-04-23 13:12:30 -03:00
commit faea6dfb6d
3 changed files with 11 additions and 5 deletions

View file

@ -102,6 +102,12 @@ angular.module('copayApp.controllers').controller('indexController', function($r
});
};
self.setTab = function(tab) {
document.getElementById(self.tab).className='tab-out tab-view ' + self.tab;
document.getElementById(tab).className='tab-in tab-view ' + tab;
self.tab = tab;
};
self.updateAll = function(walletStatus) {
var get = function(cb) {
if (walletStatus)