如何在域部分后立即获取AngularJs路径?

时间:2014-03-31 19:33:10

标签: angularjs angular-ui-router

例如,如果我有这种网址localhost/Aboutlocalhost/Projectslocalhost/Photography,我怎样才能获得localhost/之后的值,即About { {1}} Projects

我写了我的app.js如下:

Photography

1 个答案:

答案 0 :(得分:1)

如果你需要在控制器/服务/指令中获取当前路径,$location.path()应该这样做(你需要注入$location)。

Angular docs on $location