(function() {
	angular.module('web').run(run);

	run.$inject = ['$templateCache'];
	function run($templateCache) {

	}

})();