mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
9 lines
153 B
JavaScript
9 lines
153 B
JavaScript
'use strict';
|
|
|
|
angular.module('myApp.version', [
|
|
'myApp.version.interpolate-filter',
|
|
'myApp.version.version-directive'
|
|
])
|
|
|
|
.value('version', '0.1');
|