Skip to content

Instantly share code, notes, and snippets.

@nate-strauser
Last active August 29, 2015 13:57
Show Gist options
  • Save nate-strauser/9905507 to your computer and use it in GitHub Desktop.
Save nate-strauser/9905507 to your computer and use it in GitHub Desktop.
html>>>>
<select id="schoolSystem" name="system" placeholder="System" data-required="true" class="input-large" data-required-message="System is required">
<option></option>
{{#each systems}}
<option value="{{_id}}">{{name}}</option>
{{/each}}
</select>
rendered>>>
$(template.find("#schoolSystem")).select2();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment