Everything I have created so far for my application has been inside it’s own scope. App.Foo.
What if I wrote a module that I wanted to reuse for other Ember Apps and just use it by including the file. Is this possible?
Everything I have created so far for my application has been inside it’s own scope. App.Foo.
What if I wrote a module that I wanted to reuse for other Ember Apps and just use it by including the file. Is this possible?
It looks like you have used EAK or Ember CLI, but I suggest checking out Ember CLI Addons.
I’ll check this out thank you