Skip to content

Instantly share code, notes, and snippets.

@vadimdemedes
Last active December 15, 2015 20:40
Show Gist options
  • Save vadimdemedes/5319739 to your computer and use it in GitHub Desktop.
Save vadimdemedes/5319739 to your computer and use it in GitHub Desktop.
var MyView = Chute.View.extend({
bindings: {
'coolButton': 'a.buttonInsideView',
'commentsNumber': 'span.comments-number',
global: {
'pageContainer': 'div.container',
'body': 'body'
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment