(function() { "use strict"; angular.module('shared') .factory('moment', ['$window', function ($window) { return $window.moment; }]); })();