选择UI-TAB的模板

Choose the template of UI-TAB

我必须在 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'的同一目录下。 P.S。它没有给我一个错误,只是它没有给我显示模板

您应该使用 template-url="one.html"