Hi,

    I have created this fiddle http://jsfiddle.net/h0akdxv9/83/

    modelarray="Test;Test1;Test2" is a list of model names that I am trying 
to set for each input text box.

                    if (this.name == "ng-model") {
                        $input.attr(this.name, attrib.value[index]); //If I 
have 3 text boxes then the model for the first should be Test, second 
should be  Test1 and third should be Test2.
                    }

Is that feasible ?

Thanks,
Mohan

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to