Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在一个页面中几乎没有 ng-views 和 ng-includes,
我想在路由更改时更改特定 ng-include 的模板?
您可能必须使用相同的模板,但在该模板中,结合使用 ng-switch 和 ng-include 来加载适当的模板。您的控制器可以设置一些 $scope 属性,ng-switch 将使用该属性来确定要加载的模板。
安迪已经在这里提供了一个例子:https ://stackoverflow.com/a/12584774/215945