I found someone on stack overflow with this problem so I devised a solution and posted it there, basically create a directive that can listen for a broadcast event
http://stackoverflow.com/questions/25818757/set-angularjs-nested-forms-to-submitted/26130247#26130247 On Tuesday, September 30, 2014 12:59:28 PM UTC-5, Randall Meeker wrote: > > I'm attempting a use of ngMessages and want them to show when the master > form is submitted, but the using masterForm.$setSubmitted() does not affect > the nested ngForm(s). > > So I'm trying to figure either how to get this to affect the children or > possibly get a list of child forms from the form controller so I can go > through and set each form manually. > -- 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.
