Skip to content

Instantly share code, notes, and snippets.

@gthomas3
Created September 4, 2014 12:16
Show Gist options
  • Save gthomas3/dced5b181b7d93c24eed to your computer and use it in GitHub Desktop.
Save gthomas3/dced5b181b7d93c24eed to your computer and use it in GitHub Desktop.
<!-- ko if: response() == 'email' && $root.emailSetting() != 'local' -->
<div class="fieldset">
<label class="norm proxima semibold fc-dgrey">Email list</label>
<select data-bind="options: $root.emailLists(), optionsText: 'name', optionsValue: 'id', value: options()[0].list"></select>
</div>
<!-- /ko -->
<!-- ko if: response() == 'email' && $root.emailSetting() == 'local' -->
<input type="hidden" data-bind="value: options()[0].list('local')">
<!-- /ko -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment