Tuesday, 27 August 2013

AngularJS - Pass variable from a controller & update from directive

AngularJS - Pass variable from a controller & update from directive

I've set one Plnkr. I want to dynamically add input fields in a directive.
The input fields are to be built by a collection from a controller. And
change the values of the inputs. But the main problem is that I can't edit
the values in input fields generated by the directive.
Please help. Thanks in advance.

No comments:

Post a Comment