Wallet/views/add.html

11 lines
249 B
HTML
Raw Normal View History

2014-12-17 19:36:35 -03:00
<a title="Create new wallet" ng-click="$root.go('create')">
Create new wallet
</a>
<a title="Join shared wallet" ng-click="$root.go('join')">
Join shared wallet
</a>
<a title="Import wallet" ng-click="$root.go('import')">
Import wallet
</a>