Quick basic wallet interface implementation

This commit is contained in:
GloriousCode
2016-09-13 17:38:37 +10:00
parent fcab6df787
commit 01a599f571
6 changed files with 27 additions and 38 deletions

View File

@@ -5,6 +5,7 @@ angular.module('myApp', [
'ngRoute',
'ui-notification',
'myApp.home',
'myApp.wallets',
'myApp.about',
'myApp.settings',
'myApp.version'