(function(angular) {'use strict';angular.module('ffaaConstants', []).constant('baseUrls', { "seBaseUrl": "https://ffse-eu.fsn.hach.com/", "aaBaseUrl": "https://ffaa-eu.fsn.hach.com/", "foartUrl": "https://foart-eu.fsn.hach.com/", "ffcoUrl": "https://ffco-eu.fsn.hach.com/", "redirectInfo": { "msm": { "uri": "https://fcwb-eu.fsn.hach.com/msm/" }, "fcwb": { "uri": "https://eu.fsn.hach.com" } }, "policiesUrl": "http://hach.com/policies", "supportEmail": "techhelp@hach.com", "noReplyEmail": "no-reply@hach.com", "contactUsUrl": "https://support.hach.com/app/contactus" }).constant('languageInfo', { "langMap": { "en_*": "en", "de_*": "de", "pl_*": "pl", "fr_*": "fr", "it_*": "it", "nl_*": "nl", "sv_*": "sv", "es_*": "es", "pt_*": "pt" }, "langDefault": "en", "langVersion": "1.0" })})(angular);