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