(function (angular) { 'use strict'; angular.module('services.settings', []) .constant('settings', { 'ga.mode': 'production', }) }(angular));