Skip to content

Instantly share code, notes, and snippets.

@atduskgreg
Created March 27, 2015 20:07
Show Gist options
  • Save atduskgreg/dba04ea17c92cbf962f3 to your computer and use it in GitHub Desktop.
Save atduskgreg/dba04ea17c92cbf962f3 to your computer and use it in GitHub Desktop.
<form {{action "poison" on="submit"}}>
{{view "select" contentBinding="targets" valueBinding='targetColor' selection='firstTarget'}}
<button type="submit">Poison</button>
</form>
<form {{action "poison" on="submit"}}>
{{view "select" contentBinding="targets" valueBinding='targetColor' selection=firstTarget}}
<button type="submit">Poison</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment