hashchange is a DOM window event that is fired when the URL's fragment identifier changes.
I'm a newbie to AngularJs. What I'm trying to do is update the page on hashchange events. What I currently …