Skip to content

Instantly share code, notes, and snippets.

@pzuraq
Created March 1, 2013 23:38
Show Gist options
  • Save pzuraq/5068815 to your computer and use it in GitHub Desktop.
Save pzuraq/5068815 to your computer and use it in GitHub Desktop.
{{view Ember.Select
prompt="Select one..."
contentBinding="controller.makes"
optionValuePath="content.id"
optionLabelPath="content.name"
valueBinding="controller.content.make.id"
class="span12"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment