All Questions
32 questions
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 ...
0
votes
0
answers
32
views
Navigate between bootstrap dynamics tabs in angularjs application
I have an angularjs application with bootstrap. In this one, I have a page with many tabs that I can dynamically add or remove.
When I have a lot of tabs they go on a second or third line. But I ...
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; ...
0
votes
1
answer
1k
views
Select active tab in uib-tabset ui-bootstrap angularjs [closed]
I'm trying to select active tab with uib-tabset in ui-bootstrap library.
Seems like that setting active="1" or active="0" has no effect on the active tab.
documentation is in here
https://angular-ui....
1
vote
1
answer
859
views
How to active tab in Angular Bootstrap UI after change route
I have used tab component in Angular Bootstrap UI and ui-router for routing in my Angularjs app.
Now I want to active one of tabs, after change route. In fact I have a search route and I want to ...
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 ...
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="...
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="...
1
vote
1
answer
986
views
AngularJS, UI Bootstrap's Tabs and Datatables
I am using UI Bootstrap's Tabs and inserting Datatables in each tab but the datatable is not getting rendered.
If I remove uib-tabset and uib-tab the datatable gets rendered.
Here's the html code
&...
0
votes
1
answer
507
views
ng-Click affects to different controller
I am using angularjs UI bootstrap to make tabs. I have buttons in navbar that switches to different tabs. navbar with its own controller is nested inside the main controller. I wanted to know on how ...
0
votes
1
answer
215
views
Accessing controller inside overridden template-url of uib-tab
angular-bootstrap version used : 1.2.0
angular-version : 1.5.7
I am trying to override header html of uib-tab like below,
<li ng-class="{active: active, disabled: disabled}" class="uib-tab">
...
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 ...
0
votes
2
answers
2k
views
Angular Bootstrap if tab is active, hide external div
Is there a way to detect if a specific tab is active and then hiding a div outside all tabs when it is active?
Plunker: https://plnkr.co/edit/b9O9S7JxxgzhQKcKONkn?p=preview
<div class="border"&...
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-...
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 ...