Closed sbatson5 closed 6 years ago
This LGTM! 🚀
@sbatson5 the config stuff should work. What issues are you experiencing?
Ah, I guess the issue is the config values work when you don't use the mixin, but the mixin does not?
the config stuff should work. What issues are you experiencing?
I think he wants to configure it from environment.js from within the app. If that's not it then not sure either...
I think this should work. Going to merge.
Thanks @sbatson5!
ps @sbatson5 - double thanks never hurts - nice job fixing this issue - its been outstanding for a good long while, appreciate it
What's in this PR?
Should address the comment on this thread: https://github.com/html-next/ember-hammertime/issues/31#issuecomment-355735187
I ran into this issue as well. The README implies that by adding the
EmberHammertime
hash to your config/environment you can set defaults. However, the mixin does not look at the consuming app's config and overwrite the defaults. This PR would allow the user to specify which defaults they want.