Added version and networkName label bellow Copay logo

This commit is contained in:
Gustavo Maximiliano Cortez 2014-08-05 11:52:51 -03:00
commit 0a388c73ca
13 changed files with 16 additions and 27 deletions

View file

@ -0,0 +1,5 @@
<div ng-controller="VersionController">
<small>v{{version}}</small>
<small ng-if="networkName=='testnet'">[ {{networkName}} ]</small>
</div>