Fix Conflicts:

.gitignore
	index.html
	js/controllers/backup.js
	js/controllers/sidebar.js
This commit is contained in:
Gustavo Maximiliano Cortez 2014-07-28 12:28:07 -03:00
commit 85aa5842f1
74 changed files with 5237 additions and 200 deletions

View file

@ -18,7 +18,7 @@ angular.module('copayApp.controllers').controller('SidebarController',
'icon': 'fi-arrow-right',
'link': 'send'
}, {
'title': 'More...',
'title': 'More',
'icon': 'fi-download',
'link': 'backup'
}];