I want to pass some data from parent directive to child directive. Parent 
directive template contains an ng-repeat and it contains the child 
directive.
<div ng-repeat="mySource in mySources">
<child-directive></child-directive>
</div>

I need to get the child directive values in a save Button that present 
parent controller. I have created a plunker

http://plnkr.co/edit/WGbAgK00xJe2Q88RSnfo?p=preview

Thanks in advance
Ajeesh

-- 
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 angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to