如何使用 ng-include 在 angular 中切换视图?
How to use ng-include to switch views in angular?
我有一个 header.html
文件。单击其中的 div
时,我想切换到另一个视图,比方说 main.html
。我用过:
window.location("main.html");
我如何使用 ng-include
来做同样的事情?
我有一个 header.html
文件。单击其中的 div
时,我想切换到另一个视图,比方说 main.html
。我用过:
window.location("main.html");
我如何使用 ng-include
来做同样的事情?