WIP: reorder main menu. Renamed home for addresses. Fix header titles

This commit is contained in:
Gustavo Cortez 2014-04-20 20:21:54 -03:00
commit 5267c2ad48
6 changed files with 18 additions and 19 deletions

View file

@ -5,7 +5,7 @@ angular.module('copay',[
'mm.foundation',
'monospaced.qrcode',
'copay.header',
'copay.home',
'copay.addresses',
'copay.transactions',
'copay.send',
'copay.backup',
@ -18,7 +18,7 @@ angular.module('copay',[
]);
angular.module('copay.header', []);
angular.module('copay.home', []);
angular.module('copay.addresses', []);
angular.module('copay.transactions', []);
angular.module('copay.send', []);
angular.module('copay.backup', []);