(function () { 'use strict'; var mod = angular.module('location', []); var config = { googleApiKey: googleApiKey }; mod.value('locationServiceConfig', config); })();