Questions tagged [angular-ui-tabset]

42 questions
13
votes
2 answers

Angular UI - set active tab programmatically

I using AngularUI with this code: Tab 1 content Tab 2 content I want to programmatically change the current active tag from my…
No1Lives4Ever
  • 6,430
  • 19
  • 77
  • 140
7
votes
1 answer

How can I separate tabs headings from their bodies with angularjs?

In an angularjs project, I am using the uib-tabset directive in order to display tabs. I would like to display a left panel that is common to all tabs. So I have to add a div before or after the uib-tabset directive. By default, the headings part is…
Ldoppea
  • 347
  • 3
  • 15
4
votes
0 answers

angular ui tab is not listening to select Deselect is not deselecting new tab while checking for Dirty flag

I have to implement Dirty checking while scrolling through different tabs. But when I am trying to implement this select() and deselect() method of angular ui tab is not listening and stopping navigation to another tab. I am explicitly making them…
3
votes
2 answers

Chart.js in AngularJS tabset does not render

I am using a AngularJS module based on Chart.js to display graph. It works like a charm, but when I display a chart in a AngularJS tabset, the graph does not render if it is not the first tab.