rm ng class
This commit is contained in:
parent
867c4b20bd
commit
faea6dfb6d
3 changed files with 11 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue