Sha256: f2ddf7cfe28bdb454bddfc73864a3c39c83de0401019a2aeaa4e5ab8dbc00b6a
Contents?: true
Size: 486 Bytes
Versions: 5
Compression:
Stored size: 486 Bytes
Contents
# Configuration module # # Recompile if the settings change # = depend_on_config angular.module('mnoEnterprise.configuration', []) .constant('IMPAC_CONFIG', <%= Settings.impac.to_json %>) .constant('I18N_CONFIG', { enabled: <%= MnoEnterprise.i18n_enabled %>, available_locales: <%= I18n.available_locales.to_json %> }) .constant('PRICING_CONFIG', <%= Settings.pricing.to_json %>) .constant('GOOGLE_TAG_CONTAINER_ID', <%= MnoEnterprise.google_tag_container.to_json %>)
Version data entries
5 entries across 5 versions & 1 rubygems