56 questions
2
votes
0
answers
97
views
Moving from ui-Bootstrap to ng-Boostrap
I want to migrate from ui-bootstrap to ng-bootstrap as they both are really different.How do you migrate from ui-Bootstrap to ng-Bootstrap?
do you have some migration guide?
0
votes
1
answer
44
views
How to avoid the default a href added by angular-ui-bootstrap in uib-tabset
How can I avoid the refresh caused by the default behavior of the tag a (link) auto added by uib-tabset using angular-ui-bootstrap?
Regards,
Nicolas
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 ...
0
votes
0
answers
92
views
How to achieve these bootstrap tabs
Asked a question prior regarding bootstrap tabs, however, I would still like to meet the same looks which can be found on this: http://beyondadmin-v1.6.0.s3-website-us-east-1.amazonaws.com/profile....
1
vote
0
answers
590
views
How to apply the multiple condition angular ui-tab to add active class?
I am trying to display menu and sub-menu using ui.bootstrap from angular.js but while selecting submenu the respective parent menu is not getting active class.
dashboard.html:
<li ng-class="{'...
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....
3
votes
2
answers
133
views
Is there any way to assign ng-controller dynamically when iterate over an collection of objects?
Using angular 1.6.6 and ui-bootstrap 2.5.0
I'm trying to use a controller if the action property value is not null.
The logic for each of my tabs is very different so that I don't want to put all tabs ...
0
votes
1
answer
152
views
Pass form to directive that lives outside of the form
I've looked up to 10 pages deep on Google and can't find and answer to this one...so hopefully, there IS one.
I would like to access a form (specifically, it's validity) from outside of the form. I'...
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 ...
0
votes
1
answer
2k
views
How can I make the tab in an AngularJS uib-tabset linkable?
I have something like:
<uib-tabset active="vm.activeTab">
<uib-tab index="0" heading="First"> </uib-tab>
<uib-tab index="1" heading="Second"> </uib-tab>
...
<...
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
&...
1
vote
1
answer
3k
views
Using angular-ui-bootstrap in Angular2
I am using Angular2 with typescript. The dependencies are resolved using npm.
I want to use Modal dialog in my application. For this, I need to include angular-ui-bootstrap in my application. I need ...
0
votes
2
answers
2k
views
Angular 2 ng-bootstrap,NgbTabset Error:Uncaught (in promise): TypeError: Cannot read property 'templateRef' of undefined
I try to use NgTabset but i get this error TypeError: Cannot read property 'templateRef' of undefined .When i replace the ng-template with the template tag everything works fine .What am i doing wrong?...
0
votes
0
answers
190
views
How do I render svg icons in a svg component?
I am working on an angular app where I have an icon font I created in IcoMoon with a bunch of icons, I want to render those icons in an SVG component such as this:
<svg style="width: 700px; ...
0
votes
1
answer
511
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"&...
0
votes
1
answer
1k
views
How to change height width of uib carousel?
i used uib carousel in angular js ,for slide video in every 5 sec. for that used object element to embed video in that using vlc plugin.but porblem is that uib carousel have fixed height and width. ...
0
votes
1
answer
125
views
Why do I get a nonassign error in the angular-bootstrap tabset?
<tabset class="paygrade-tabs">
<tab ng-repeat="tab in rps.currentPayGrade | orderBy: 'payGrade.code' : true track by $index" ng-click="changeTab(tab)" active="activeTabId === tab.id">
...
0
votes
1
answer
80
views
ng-if with recursive directives does not work as expected
I have two recursive directives inside of ui-bootstrap tabs. For performance reasons I only want to actually load the directive when it's respective tab is active. So I use ng-if to on the directive ...
1
vote
2
answers
4k
views
EXCEPTION: Error in ./NgbTabset class NgbTabset - inline template:12:20 caused by: Cannot read property 'templateRef' of undefined
I'm using ng-bootstrap as a substitute for ui-bootstrap in angular2.
My html is as follows:
<div class="row" style="height: 100%;">
<div class="col-12">
<div class="container" ...
0
votes
1
answer
659
views
Issue with uib-tab alignment
I have implemented tabs using uib-tabset. There is issue with alignment of tab.
As you can see in below image, my 'Current' tab is shifted to left and it is moving out of card leaving uncomfortable ...
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
505
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 ...
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
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
862
views
Need to migrate/upgrade ui bootstrap from 0.12.1 to 2.1.1
I'm in need to upgrade / migrate UI Bootstrap from 0.12.1 to 2.1.1
Is there any smooth change over this?
2
votes
0
answers
169
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 ...
0
votes
1
answer
254
views
UI Bootstrap: Execute specific function before tab changes
As in the title writes, is it possible to intercept tab change event and execute some function before that occurs?
1
vote
0
answers
465
views
Angular JS access form in scope inside Angular Bootstrap tab
I have a form in an Angular JS 1.4.1 prototype. I have a class on it set when it's dirty. I am trying to simulate someone "saving" the form, and therefore it's not dirty, it's "saved&...
0
votes
1
answer
1k
views
ui bootstrap tabs border
I want to remove the side and top borders on active ui bootstrap tabs, and make one fad bottom border. The side and top border is not removed. What am I missing?
.nav-tabs > li > a,
.nav-tabs &...
0
votes
1
answer
557
views
Angular-ui-bootstrap-tabs animated transition in but not out
I updated an example by user @austin
I'm have an issue when transitioning backwards (ie. tab3 to tab2. forward seems to work fine. Wondered if anyone could see what I was missing.
<uib-tabset>...
0
votes
2
answers
3k
views
ui-bootstrap tab shows incorrect tab content when using ng-show
I have tabs, for which some are dynamically shown with ng-show. The problem is that if the first tab is not shown, then the second tab should be the active tab. But it is not working this way. It ...
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; ...
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 ...
0
votes
1
answer
1k
views
Choose the template of UI-TAB
I have to do some tabs with ui.bootstrap in a web application. I want to choose a template for each tab, but it doesn't work. Why? This the tabs.html:
<uib-tabset active="activeForm">
<uib-...
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
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
622
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 ...
0
votes
1
answer
2k
views
angularjs: how to go back to previous page from a nested view when clicking back button of browser?
I have two pages, index.html and tabs.html. tabs.html is a nested structure, it has a tabs component and every tab is bind to a state(tab1, tab2, tab3). When changing from index.html to tabs.html, the ...
1
vote
3
answers
3k
views
angular ui bootstrap tabs component: how to get the content of a tab when the tab is active not clicked
I am using the ui bootstrap 'tabs' component in my angularjs project. It is defined in a file called tab.html. the definition code is as follows :
<uib-tabset class="product-tab-bar">
<...
0
votes
1
answer
2k
views
(Mobile View) How to make UI tabs heading to work as a drop down
How to make UI bootstrap existing tab heading section to the drop down in the mobile view.
HTML:
<div>
<div ng-controller="TabsDemoCtrl">
<hr />
<tabset justified="true"&...
0
votes
1
answer
2k
views
Angular js open modal on tab select
Id like to open a modal on tab select am using UI Bootstrap plugin components , everything seem to work ie the tabs open but , the modal page does not seem to be called on selecting the last tab , ...
1
vote
2
answers
5k
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
1
answer
1k
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
1
answer
60
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 ...
6
votes
2
answers
15k
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="...
0
votes
2
answers
2k
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 ...
2
votes
0
answers
298
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 angular-ui/...