Wallet/src/js/controllers/version.js

6 lines
175 B
JavaScript
Raw Normal View History

2015-03-06 12:00:10 -03:00
'use strict';
angular.module('copayApp.controllers').controller('versionController', function() {
this.version = window.version;
this.commitHash = window.commitHash;
});