Sign up ×
Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them, it only takes a minute:

i want to run dynamic data through ng-repeat and set dynamic key values, like below,

in directive scope: K optionKey : '@', optionValue : '@'

in my template:

<option ng-repeat="tag in dirData" value="{{tag.optionKey}}">{{tag.optionValue}}</option>

now i want to get options depending on dynamic optionKey & optionValue value data

share|improve this question
    
Don't just ask for code... – Olavi Sau 2 days ago
    
i'm not asking code..i want to clear the issue.. – uday s 2 days ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.