All Questions
32 questions
6
votes
2
answers
14k
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 id="...
4
votes
1
answer
2k
views
Angularjs - Horizontal scroll upon button click
How to do horizontal scroll on click with right and left arrow.
<div ng-controller="TabsDemoCtrl">
<button class="btn-sm btn-default glyphicon glyphicon-chevron-left" style="float: left; ...
3
votes
2
answers
4k
views
Angular UI bootstrap tabs - Can't change tabs with a button inside a tab
I'm trying to change my active tab with a button inside the tab directive uib-tabset, but the button is only working OUTSIDE this directive.
What am I doing wrong?
Here's the code:
<button type="...
3
votes
1
answer
498
views
columnDefs header does not show from time to time
I have a very random problem on UI. It looks like the column definitions do not show from time to time. it works fine 9 out of 10 times.
Two gif animations have been included to show what I actually ...
3
votes
1
answer
585
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! ...
2
votes
3
answers
8k
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 http://plnkr.co/edit/mLBkDwEVY6SIh5oCyy0K?...
2
votes
0
answers
168
views
Ui-Bootstrap: Error: [$compile:ctreq]
I have written a tabset in the body of an html page. However, only a portion show up and the others are presented near the header as list items represented by a bullet point. I know I have everything ...
1
vote
3
answers
7k
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" aria-labelledby="btn-append-to-...
1
vote
1
answer
1k
views
Angular UI Bootstrap Carousel and Tabs collision when they are on same page
I am using angular UI Bootstrap for an angularjs project. I have a page with Carousel and Tabs (both are on the same page).
The problem is that the Tabs are switching with respect to the Carousel ...
1
vote
1
answer
612
views
Select element not working in ui.bootsrap.tabs
I'm currently trying to use select element in tab blocks.
With ui.bootstrap.tabs, select html element not fire the model on javascript side. You can show my problem
at plunkr.
When you change the ...
1
vote
1
answer
5k
views
angularjs uib-tabset not working under ui-bootstrap 2.5.0
Why this snippet is not working? By clicking on the button, it should switch to the selected tab.
Whereas this example here with different versions of angularjs and bootstrap work:
Link:
angularjs ...
1
vote
1
answer
2k
views
UI Bootstrap and modal with tabs: the first tab is focused with a border
I have a UI Bootstrap modal with uib-tabs within. When I open the modal the first tab is "browser-focused" surrounded with a blue border, like this:
I'm using:
angular 1.5.8
Bootstrap css 3.3.7
UI ...
1
vote
2
answers
6k
views
Angular UI Bootstrap tabset with ng-repeat
I'm trying to upgrade my version of bootstrap-ui from 0.14.x to the latest 1.3.2 and I'm encountering some issues regarding the uib-tabset / uib-tab directives.
What I'm trying to do is dynamically ...
1
vote
1
answer
2k
views
Angular UI-Bootstrap tabs: not set active tab
I have this plunkr that have a system to add tabs dynamically.
When I add a new tab, it is setted as active tab. The problem becomes when I add two tabs, clicks on a first tab and add a new tab. With ...
1
vote
1
answer
1k
views
Angular JS Datatables row click event add dynamic AngularUI Tab
I wanted to do a browser like tabs but the event will be triggered inside a angular datatables (im using this one - angular-datatables). I have already setup the controller to listen on click per row ...