[AngularJS] Re: event after angular has done its work and is idle (after digest loop)

2014-02-12 Thread Martin Kuhn
Hi Sander, thank you for your effort! but it seems that the plunker is not correct... Regards, Martin Am Mittwoch, 12. Februar 2014 10:23:27 UTC+1 schrieb Sander Elias: you can see it in action in this plunker: http://plnkr.co/edit/Sud2Y0VFy3SH3QtZojg7?p=preview -- You received this

[AngularJS] Re: event after angular has done its work and is idle (after digest loop)

2014-02-12 Thread Sander Elias
Hi Martin, I took an existing plunk where I posted this. However, once in a while one needs to hit the save button ;) It should work now. Regards Sander -- You received this message because you are subscribed to the Google Groups AngularJS group. To unsubscribe from this group and stop

[AngularJS] Re: event after angular has done its work and is idle (after digest loop)

2014-02-12 Thread Sander Elias
Hi Martin, Well, I have very mixed feelings about this. There are a few rare use-cases where it's a bit of a miss. Like your own one. However, If this gets into Angular itself, it will be used for all kind of things where it really wouldn't be suited. And all the edge-cases that evolve from

[AngularJS] Re: event after angular has done its work and is idle (after digest loop)

2014-02-12 Thread Sander Elias
Oh, I forgot, You can use my sample to fire an event too. just put it in the signal function. the scope you are watching is reachable there with rs so rs.$broadcast('DigestIdle') will do what you want. Regards Sander -- You received this message because you are subscribed to the Google

[AngularJS] Re: event after angular has done its work and is idle (after digest loop)

2014-02-11 Thread Sander Elias
Hi Martin, What is it you are trying to accomplish? What is your use-case for this. 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

[AngularJS] Re: event after angular has done its work and is idle (after digest loop)

2014-02-11 Thread Martin Kuhn
Hi Sander, I would need it for testing with Selenium / cucumber in a Java environment. Currrently we wait a certain amount oft time... Regards, Martin -- You received this message because you are subscribed to the Google Groups AngularJS group. To unsubscribe from this group and stop