I am trying to create bootstrap tabs using angular ui. But the tabs content are not displayed one at a time. And the tab like buttons are not visible.
Jsfiddle is @http://jsfiddle.net/qn8vcjwo/2/
Tabset code is,
<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>
And, i am getting the error as,
Failed to instantiate module app due to:
Error: [$injector:nomod] Module 'app' is not available