How To Adjust Parent Scope On Route Change In AngularJS
I've been approched by an issue concerning manipulating a header/footer of an AngularJS application that exceeds the scope of certain controller which is limited to only central content box. What if we would like to highlight anchors located in header or footer when we access certain route? Now this may be an issue.. but kaboom, it's not! This tutorial explains how to handle such situation with a bit of charm.