index.constants.js 182 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 /* global malarkey:false, moment:false */ (function() { 'use strict'; angular .module('angular') .constant('malarkey', malarkey) .constant('moment', moment); })();