angularjs - How to get value from a directive input field using angular ...
I have two directives in my main.js file and every directive has an input text field in the template. There is a Html page (index.html) where I want ...
>> Read moreAngularJS : how to get directive input field model value in controller ...
Forked your plnkr. Passed two way data model from controller to directive. kid1 and ... I created a custom directive name kid. In that I have one input field with having usermodel object. I need to get its value in my controller.
>> Read more