$routeChangeStart属于$route模块,使用将要改变的路由和当前路由对比,在没有跳转之前
参数包括 function(event, next, current)
function(event, next, current)
next
$locationChangeStart属于$location模块,使用在路由已经改变之后
参数包括 function(event, newUrl, oldUrl)
function(event, newUrl, oldUrl)