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.

Reply via email to