Sander when I made this plunker I was thinking about you asking me to use it hahaha
Anyhow I see what you are saying. I recall reading about this sort of issue. This is like using ng-if vs ng-show/hide right? ng-if removes the element from the dom if false whereas show and hide just remove it from the view I will play around with this tonight using ng-show On Monday, May 5, 2014 5:35:22 AM UTC-4, Sander Elias wrote: > > Billy, > > The problem you have lies more in the way you hide your stuff. If ements > are set to display:none before angular kicks in, those will be skipped. > (well sort of, it is a more complex then that!) > just use angular itself to show/hide things. have a look at this: > http://plnkr.co/edit/YqJlRnWbI3rSKS34NuK1?p=preview (not completely > working, but it should get you going again!) > > 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.
