How to log all html views which have been initialised in AngularJS?
I am new to AngularJS and one of the requirements of my project is to log all views which have been initialized by the user. This is used to track the user actions in the application. What is the best way of doing this?