Skip to content

Instantly share code, notes, and snippets.

@tkc
Created October 19, 2015 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkc/487b65499ef9df2b0033 to your computer and use it in GitHub Desktop.
Save tkc/487b65499ef9df2b0033 to your computer and use it in GitHub Desktop.
<select
ng-model="select2"
ng-options="list as list.label for list in list2"
class="form-control"
></select>
<set-select-default list-array="list2"
list-key="num"
model-name="select2"
default-value="<?php echo $SCT->expiry_unit ?>">
</set-select-default>
<input hidden name="expiry_unit" value="@{{select2.num}}">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment