Does anyone know how to trigger an event when an angular route has rendered its view? I'd like to route the application and at the end of the template being rendered I would like it to trigger an event to slide the view "open", so that the User Experience isnt so harsh. When you click on a link the route chnages so quick. I basically want to make the User Experience smoother.
- click an image
- routes the application (but the view has a class of display none
- when the view is done loading then I want to trigger an event
- the event triggers a listener that makes my markup slide down and open up.
Any ideas?