ragnarpeterson / ember-cli-intercom

ember addon to easily add Intercom to your app
MIT License
10 stars 15 forks source link

Unable to inject service #1

Closed mrzacarias closed 8 years ago

mrzacarias commented 8 years ago

Hello, I need a help here...

After installing your addon, I tried to inject this service on the application route:

  intercom: Ember.inject.service('intercom'),

But I always get this error:

Cannot read property 'service' of undefined

What I'm doing wrong here?

Thanks

jasonkriss commented 8 years ago

hey @mrzacarias. Can you post more of your code? The error looks like it is saying Ember does not exist in the current context.

mrzacarias commented 8 years ago

Hi, Jason, sorry for the long time with no answer.

That was a problem on my local ember, now it's ok.

jasonkriss commented 8 years ago

np @mrzacarias. Thanks for following up!