Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App.reset() GiftWrap.install() #8

Open
mrloop opened this issue Jun 12, 2015 · 0 comments
Open

App.reset() GiftWrap.install() #8

mrloop opened this issue Jun 12, 2015 · 0 comments

Comments

@mrloop
Copy link

mrloop commented Jun 12, 2015

Ember has a bug in app reset. In order to use GiftWrap and reset your app you need to do something like

App.buildRegistry()
App.reset()
GiftWrap.install(App.get('registry'))

This is on ember 1.11.3. This is more an issue with ember but thought it would be useful for others trying to figure out why GiftWrap wasn't working after a reset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant