Refers to the Angular UI Bootstrap tabs directive, which is an Angular implementation of Bootstrap tabs.
1
vote
1answer
30 views
UI Bootstrap adds <div> around <uib-tabset> directive, breaking CSS
When using <uib-tabset> included in UI Bootstrap, the directive template surrounds the resulting unordered list with an empty <div> element.
<div>
<ul class="nav nav-{{type || ...
0
votes
1answer
31 views
How to give angular ui-grids with different data inside angular ui-bootstrap tabs?
I have multiple tabs and each is having angular ui-grid inside it. Each grid should display different data. But i'm facing problem like in one tab data is coming in the grid on page load but in ...
0
votes
1answer
17 views
Issue with Angular UI bootstrap static tab default selection
i am facing an issue with angular bootstrap ui static tabs default selection.
I have around seven tab like this in a model popup. I want to set default tab based on value. i have done something like ...
0
votes
0answers
5 views
using single controller with tab & datepicker, $scope.dt is not working in angularuibootstrap
I have using latest version of angular ui bootstrap.
I created single controller with tab & datepicker, onload the datepicker is working fine.
I get issue, when clicking/ changing the date, the ...
0
votes
0answers
16 views
using angular-ui tabset with grid system makes my elements float
I'm using tabset provided by angular-ui and when I use a DIV with "col-md-4" as tab's content, makes my panel float outside the tab.
If I don't specify a col configuration, it place inside the tab ...
2
votes
1answer
84 views
Dynamic Content in Dynamic Tab (Angular, UI Bootstrap)
I'd like to use ng-include in the content of a dynamically generated tab using AngularJs and UI Bootstrap.
I have a Plunker here:
http://plnkr.co/edit/2mpbovsu2eDrUdu8t7SM?p=preview
<div ...
0
votes
1answer
98 views
Angular ui bootstrap focus first invalid tab on submit
I am trying to focus the first tab which contains invalid field on a form submit.
I did manage to focus on the first input field but it doesn't work if the field is in another tab and I have no idea ...
1
vote
0answers
26 views
How do move focus to input within Angular-ui / bootstrap tabset container?
We are working to make our application as accessible as possible. We need to allow customers to keep their hands on the keyboard and tab all the way through the application. We are using ...
0
votes
1answer
115 views
Angular ui timepicker pop up not showing up
The following code not showing up pop up timepicker. Any idea how to fix?
Code:
<ul class="dropdown-menu custom-scroll dropDownLabel custom-width" role="menu" ...
1
vote
1answer
60 views
How does transclusion on Angular UI Bootstrap's <tab> directive work?
I'm currently trying to create a directive that has two transcluded sections and have been unsuccessful so far. Now I discovered that the tab directive of Angular UI Bootstrap does exactly that! ...
1
vote
1answer
53 views
Sticky states are reinitializing controller
I have problems implementing sticky tabs where each tab can have multiple child states using ui-router-tabs and ui-router-extras.
When I open a state, move to annother and then go back to the first ...
0
votes
0answers
226 views
Angular bootstrap sliding tabs - Controller 'tabset', required by directive 'tabContentTransclude', can't be found
I am trying to have bootstrap tabs load on button click, but it returns an error:
Error: [$compile:ctreq] Controller 'tabset', required by directive 'tabContentTransclude', can't be found!
...
0
votes
1answer
198 views
AngularJS Directive For UI BootStrap Tabs (Isolate Scope Issues)
I am trying to make a directive to work with Angular UI Bootstrap Tabs.
The main purpose of this directive is to remember the tabs that have been selected.
I've looked at all the solutions out there ...
2
votes
2answers
249 views
Angular UI bootstrap pagination not working inside ui.bootstrap.tabs
Angular UI bootstrap gives awesome solutions. Very unfortunately Pagination (ui.bootstrap.pagination) does not working inside Tabs (ui.bootstrap.tabs)
DEMO ...