标签: angularjs angularjs-routing
我目前正在使用$route.current.$$route来获取我通过$routeProvider附加到路径对象的某些“非标准”参数。非标准,因为它们不是current.locals下docs中提到的三个属性。
$route.current.$$route
$routeProvider
current.locals
因此,我的locals为空,我不得不使用$$route来获取它们。但我担心这是一个黑客,我的代码将打破未来的更新。是否有更好的方法来获得这些价值观?
locals
$$route