Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save YogeshBendake/aa82dc07a41386385024 to your computer and use it in GitHub Desktop.
Save YogeshBendake/aa82dc07a41386385024 to your computer and use it in GitHub Desktop.
my code for list is'
<select id="category"
name="orgNode"
class="chosen-select"
chosen="indicatorUserAccesses"
ng-model="indicator_record.org_node_id"
ng-options="indicatorUserAccess.org_node_id as indicatorUserAccess.org_node.name for indicatorUserAccess in indicatorUserAccesses"
ng-change="changeFrequency(); setStateId();"
required>
</select>
please help me as soon as possible, its assignment given by company to me,, i need to sumbit it asap, its the question of my job please someone help me...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment