In my AngularJS app, there\'s several points at which I want to wait for a $scope to be processed into the DOM, and then run some code on it, like a jquery fadeIn, for example.<
If all you want is to run some jQuery stuff why not try the Angular-UI jQuery Passthrough?