Thanks Sander, Yes i've used those with no success. Although there are no mention of adding `ngControl` directives in child template, i've tried with/without with no success. It seems that i can't sync the inputs in child component with their parent form in case of not using `ngControl`. While using that directive will throw `no container found` which is somewhat logical as the child component doesn't have its own form.
On Sunday, July 10, 2016 at 11:40:04 PM UTC-5, Sander Elias wrote: > > Hi Hani, > > Did you see this documentation > <https://angular.io/docs/ts/latest/guide/forms.html>? and this one > <https://angular.io/docs/ts/latest/api/common/index/NgForm-directive.html> > ? > > Pay attention to the *control methods off the last one! There is not yet a > lot of documentation on those, but what you are asking is whole well > possible! > > Regards > Sander > -- 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 https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
