Indeed, it works in your plunker, I will try to eliminate step by step things from our big application to understand why it isn't the case here. Thanks a lot for your quick help, it is really appreciated. Fred
On Monday, August 3, 2015 at 5:17:13 PM UTC+2, Sander Elias wrote: > > Hi Frédéric, > > Have a look at this plunk > <http://plnkr.co/edit/XTdr8icqKvghXVw7CfI3?p=preview>, and you will see > Angualr does what might be expected. > Can you show a plunk supporting your issue? I'm happy to help you there! > > in my plunk is this code: > <div ng-show='a.b.c'><h3>I should not be seen!</h3></div> > <button class="btn btn-primary" ng-click="a={b:{c:true}}">Reveal > </button> > > If uses an ngShow as you are talking about, and a button that fills in the > c var with true. Does exactly what it's supposed to do! > > 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/d/optout.
