我必须在 Web 应用程序中使用 ui.bootstrap 做一些选项卡。我想为每个选项卡选择一个模板,但它不起作用。为什么?这是 tabs.html:
<uib-tabset active="activeForm">
<uib-tab index="0" heading="One" templateUrl="one.html"></uib-tab>
<uib-tab index="1" heading="Two" templateUrl="two.html"></uib-tab>
</uib-tabset>
“one.html”和“two.html”都在“tabs.html”的同一目录中。PS它没有给我错误,只是它没有向我显示模板