angular ui を使用してブートストラップ タブを作成しようとしています。ただし、タブのコンテンツは一度に 1 つずつ表示されません。また、タブのようなボタンは表示されません。
Jsfiddle は @ http://jsfiddle.net/qn8vcjwo/2/です。
タブセットコードは、
<tabset>
<tab heading="title one">this is tab number one</tab>
<tab heading="title two">this is tab number two</tab>
<tab heading="title three">this is tab number three</tab>
</tabset>
そして、私はエラーが発生しています、
Failed to instantiate module app due to:
Error: [$injector:nomod] Module 'app' is not available