Sha256: e9f62d0d6ed3f6380b7282fd0b1ae05347d1b274ea4ca5ddfc11506d8bf0fe2f
Contents?: true
Size: 333 Bytes
Versions: 8
Compression:
Stored size: 333 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 %> })
Version data entries
8 entries across 8 versions & 1 rubygems