The tag has no usage guidance.

learn more… | top users | synonyms

1
vote
1answer
49 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
1answer
61 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 ...
0
votes
1answer
53 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" ...
0
votes
1answer
174 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 ...
1
vote
0answers
16 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
0answers
14 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 ...
0
votes
0answers
186 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! ...