Cleanup bottom menu html

Menu always has 3 items, so no need in complex markup
This commit is contained in:
Kosta Korenkov 2016-04-10 17:45:58 +03:00 committed by Gustavo Maximiliano Cortez
commit aab77c8fae
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 3 additions and 25 deletions

View file

@ -41,8 +41,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
}];
ret.addonViews = addonManager.addonViews();
ret.menu = ret.menu.concat(addonManager.addonMenuItems());
ret.menuItemSize = ret.menu.length > 4 ? 2 : 4;
ret.txTemplateUrl = addonManager.txTemplateUrl() || 'views/includes/transaction.html';
ret.tab = 'walletHome';