Skip to content

Instantly share code, notes, and snippets.

@stavarotti
Created October 8, 2015 05:53
Show Gist options
  • Save stavarotti/01d0099f22a3a3ec8c0e to your computer and use it in GitHub Desktop.
Save stavarotti/01d0099f22a3a3ec8c0e to your computer and use it in GitHub Desktop.
Lookup a view instance in Ember
// < 1.13
Ember.View.views(Ember.guidFor(this))
// 1.13 +
this.container.lookup('-view-registry:main')[Ember.guidFor(this)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment