Created
November 23, 2015 11:42
-
-
Save YogeshBendake/aa82dc07a41386385024 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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