bwc
This commit is contained in:
parent
04fb7ba032
commit
320de62f13
348 changed files with 7745 additions and 30874 deletions
6
src/js/controllers/version.js
Normal file
6
src/js/controllers/version.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('versionController', function() {
|
||||
this.version = window.version;
|
||||
this.commitHash = window.commitHash;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue