(function () { 'use strict'; var mod = angular.module('fullScreenLoader', [ ]); var templatePath = modulesSharedResourcesUrl + 'Modules/FullScreenLoader/Views/'; var config = { templatePath: templatePath }; mod.value('fullScreenLoaderConfig', config); })();