decide.nolog.cz/config/environment.js
2014-07-06 17:37:54 +02:00

16 lines
No EOL
371 B
JavaScript

// Put general configuration here. This file is included
// in both production and development BEFORE Ember is
// loaded.
//
// For example to enable a feature on a canary build you
// might do:
//
// window.ENV = {FEATURES: {'with-controller': true}};
window.ENV = {
FEATURES: {
'query-params-new': true
}
};
window.ENV.MODEL_FACTORY_INJECTIONS = true;