decide.nolog.cz/config/environment.js

16 lines
371 B
JavaScript
Raw Normal View History

2014-07-06 17:37:54 +02:00
// 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;