Wallet/public/views/includes/version.html
Matias Alejo Garcia 320de62f13 bwc
2015-04-11 10:53:15 -03:00

5 lines
124 B
HTML

<span ng-controller="versionController as v">
<small>v{{v.version}}</small>
<small>#{{v.commitHash}}</small>
</span>