@tangmonk wrote:
I have a ember-cli project named
Car
,I can access
Car
object from window.Car, It seems ember-cli create a global object for me on development env.But if I run
serve build
, I am lost theCar
.I will create a initializer and create the
Car
manually if there is no better way.
Posts: 1
Participants: 1