(function() { "use strict"; angular .module("app") .constant("appConstant.careProviders", { "LANGUAGE_PROFICIENCY_LEVELS": { 0: "Basic", 1: "Conversant", 2: "Proficient", 3: "Fluent", 4: "Native" } }); })();