(function () { 'use strict'; // Module that provides functionality for showcases var mod = angular.module('showcases', []); var config = { showcaseRemoteServiceUrl: showcaseRemoteServiceUrl, themesRemoteServiceUrl: themesRemoteServiceUrl, cache: 'showcasesCache', showcaseSummaryCacheItem: 'showcaseSummary', showcasesCacheItem: 'showcases', themesCacheItem: 'themes', }; mod.value('showcasesConfig', config); })();