Skip to content

Instantly share code, notes, and snippets.

@eishay
Created April 25, 2012 16:18
Show Gist options
  • Save eishay/2491018 to your computer and use it in GitHub Desktop.
Save eishay/2491018 to your computer and use it in GitHub Desktop.
Ember.View.extend
var myView = Ember.View.extend({ templateName: 'my_view' }),
myWidget = Ember.View.extend({ templateName: 'widget/another_view' });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment