traefik/webui/src/app/index.constants.js
Fernandez Ludovic b7a71edfcb feat: new Web UI build system
- use generator-gulp-angular by @swiip
- remove old static file
2016-01-20 20:06:07 +01:00

9 lines
130 B
JavaScript

/* global moment:false */
(function() {
'use strict';
angular
.module('traefik')
.constant('moment', moment);
})();