Skip to content

Instantly share code, notes, and snippets.

@vadimdemedes
Created March 21, 2013 18:33
Show Gist options
  • Save vadimdemedes/5215470 to your computer and use it in GitHub Desktop.
Save vadimdemedes/5215470 to your computer and use it in GitHub Desktop.
Using templates, loading using URL
<div class="example">
<h1>I am a view</h1>
</div>
var MyView = Chute.View.extend({
template: 'my-template.mu'
});
var view = new MyView({ container: 'div.some-view' });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment