Is there any sensible simple example of this?
There is a bunch of JS and jQuery code that needs to be run only after AngularJS has done all its job. There is no time to redesign and implement the existing JS/jQuery working code in the Angular "way".
Run JS code after Angular is done. As simple as that. Possible?
Fixing my question: the code should run after initial page load, i.e. - after AngularJS has done all initial DOM manipulations.
Thanks!