fix conflicts

This commit is contained in:
Mario Colque 2014-03-27 16:43:51 -03:00
commit 64fc2dd22b
13 changed files with 209 additions and 5827 deletions

View file

@ -18,6 +18,15 @@ angular
.when('/join/:id', {
templateUrl: 'join.html'
})
.when('/transactions', {
templateUrl: 'transactions.html'
})
.when('/send', {
templateUrl: 'send.html'
})
.when('/backup', {
templateUrl: 'backup.html'
})
.otherwise({
templateUrl: '404.html'
});