Fixes link and controller signin

This commit is contained in:
Gustavo Cortez 2014-05-06 14:46:26 -03:00
commit ee6220ea0a
2 changed files with 9 additions and 11 deletions

View file

@ -180,7 +180,7 @@
<div class="row">
<div class="large-12 columns text-center line-dashed">
<span ng-show="wallets.length">
<a ng-click="create()">Create a new wallet</a> &middot;
<a href="#/setup">Create a new wallet</a> &middot;
</span>
<a ng-href="#import">Import from file</a>
</div>