Skip to content

Instantly share code, notes, and snippets.

@uris77
Created July 29, 2013 17:39
Show Gist options
  • Save uris77/6106083 to your computer and use it in GitHub Desktop.
Save uris77/6106083 to your computer and use it in GitHub Desktop.
<form>
<input type="radio" name="importance" value="1">
<input type="radio" name="importance" value="2" checked>
<input type="radio" name="importance" value="3">
<input type="radio" name="importance" value="4">
</form>
class MyView extends App.Views.ItemView
onShow: (domEvent) ->
Backbone.Syphon.deserialize(@, @model)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment