Merge pull request #5028 from gabrielbazan7/fix/handleError

better error handler
This commit is contained in:
Gustavo Maximiliano Cortez 2016-11-14 17:36:29 -03:00 committed by GitHub
commit 0a7ba4bd02
5 changed files with 20 additions and 66 deletions

View file

@ -87,6 +87,7 @@
<span class="tab-home__wallet__multisig-number" ng-if="wallet.n > 1">
{{wallet.m}}-of-{{wallet.n}}
</span>
<span class="assertive" ng-if="wallet.error">{{wallet.error}}</span>
</span>
&nbsp;
</p>