Skip to content

Instantly share code, notes, and snippets.

@jcblw
Created August 8, 2013 21:35
Show Gist options
  • Save jcblw/6188989 to your computer and use it in GitHub Desktop.
Save jcblw/6188989 to your computer and use it in GitHub Desktop.
how you can change fields based off of user updates
this.listenTo( user, 'change:invites', function(){
self.$invites.text( user.get( 'invites' ) );
});
@jcblw
Copy link
Author

jcblw commented Aug 8, 2013

in backbone i should add

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment