AngularJS获取当前templateUrl(html页面)

时间:2012-11-10 23:12:12

标签: javascript angularjs

我使用AngularJS来构建我的应用程序。 ng-view通过routeProvider设置路由。

一切正常,但我想知道如何获得当前的templateUrl?

$routeProvider.
    when('/terms', {
                    templateUrl: '/pages/terms.html',
                    controller: AboutController
                   });

在这种情况下/pages/terms.html ...

1 个答案:

答案 0 :(得分:24)

您可能正在寻找$route.current.templateUrl