[AngularJS] Re: Angular: How do I switch multiple div layers using an interval service loop?

2016-09-18 Thread 'Tony Starke' via AngularJS
Thanks Sander, I just needed to get a feel for the conditional syntax in Angular. regards, Tony On Saturday, September 17, 2016 at 9:14:47 PM UTC-4, Tony Starke wrote: > *Ok, I would like to switch multiple div layers every 8 seconds, using a > interval service loop. Each div layer should

[AngularJS] Capture NgForm in a component inside my custom form component

2016-09-18 Thread Rubén Pérez
I have the following plunkr: http://plnkr.co/edit/iB6iBUJIikh1J3OBfpTz where it can not find the instance of NgForm. It is clear why (projected content gets compiled before the template itself is compiled), but how could I work around this problem? Thanks! -- You received this message