Telling Angular Js to ignore a specific route

specify target="_self" in your anchors, so that angularjs does not rewrite URLs. See the discussion here: http://docs.angularjs.org/guide/$location

Leave a Comment