Matt-Jensen / ember-cli-g-maps

Deprecated Google Maps Addon
http://matt-jensen.github.io/ember-cli-g-maps
MIT License
59 stars 31 forks source link

app.import fails when this addon is a dependency of another addon #69

Closed 3tarazona closed 7 years ago

3tarazona commented 7 years ago

Hi, when this addon is a dependency of another addon, the consumer ember application will fail on initialization because the app object doesn't exists; throwing a message like this one

app.import is not a function

This is a common problem. May I submit a PR to resole this issue?

Matt-Jensen commented 7 years ago

I don't see why not. May I ask what the use case of your addon is?

3tarazona commented 7 years ago

A collection of applications developed using ember 2.5 which haven't been migrated, and this addon is going to be used as another addon dependency.

3tarazona commented 7 years ago

Closed by PR #70