I don't think that will help since this is happening to transcluded content that is included in my directives. My directives do not require ngModel so there is no way to call that that I know of for the child elements of my directive.
On Thursday, February 20, 2014 12:47:28 AM UTC-6, Sander Elias wrote: > > Hi Jim, > > I didn't look at your code, navigating and checking out an git repo is > taking too much time for me now. There is an reason I like plunker ;) > However, a ngModel.$setViewValue does not update the UI, nor does it cause > a digest, as is documented clearly. If you need to update > your view after setting a value, use ngModel.$render(). > > Hope this helps a bit, > 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 http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
