Skip to main content

All Questions

0 votes
1 answer
203 views

UI Bootstrap Accordion content not showing on click

I'm trying to add an accordion element, but clicking on one accordion header results in nothing (in my application I can actually see the content transition in and then transition out, as if it ...
ROMANIA_engineer's user avatar
0 votes
0 answers
204 views

How to change header color of the selected accordion?

I am trying to change the color of header of the accordian when it has been selected by the user. https://angular-ui.github.io/bootstrap/#!#accordion
Debolina Dasgupta's user avatar
0 votes
1 answer
325 views

Pass data to uib-accordion-group

I Have the following code: <div uib-accordion-group class="panel-default" is-open="isOpen" template-url="group-template.html"> <uib-accordion-heading> Custom Title </...
Alex's user avatar
  • 131
0 votes
0 answers
124 views

Accordion is not working with latest version of ui-bootstrap-tpls.js

I have an accordion which is working with older version(0.13.0) of ui-bootstrap-tpls.js,but its not working with latest version(2.5.0) of ui-bootstrap-tpls.js. Due to older version its effecting other ...
A prasad's user avatar
  • 145
1 vote
1 answer
3k views

Disable click on accordion heading preventing it top open

I'm not able to disable click on uib-accordion heading which I want to open only when I click on the arrow at the right. I also have a button on the header that will be displayed on click of text ...
forgottofly's user avatar
  • 2,739
3 votes
1 answer
6k views

AngularJS UiBoostrap Accordion. Controller 'uibAccordion', required by directive 'uibAccordionGroup', can't be found

I'm working on an AngularJS app. In my index.html, at the end of my body tag I declare this : <script src="bower_components/angular/angular.min.js"></script> <script src="...
Sonny Jayet's user avatar
3 votes
2 answers
7k views

How to change the style properties of uib-accordion-heading

The solution for the problem is already there/I have. But if I change the resource file version(inside head tag) from ui-bootstrap-tpls-2.5.0.js to ui-bootstrap-tpls-1.2.1.js, it is not working proper....
Shailesh Bhat's user avatar
0 votes
1 answer
679 views

Allow angular-ui-accordion to collapse on body click

I have a angular-ui-accordion(panel) on the left side of my page. The functionality is working fine. But I got an Issue where the accordion only collapses when clicked at the ui-accordion-header. My ...
dockerrrr's user avatar
  • 287
0 votes
1 answer
369 views

AngulaJs: ng-click not work on netsted uib-accordion

I use nested uib-accordion, and I want add ng-click to each of uib-accordion. <uib-accordion close-others="oneAtATime1"> <div uib-accordion-group class="panel-default" is-...
mgh's user avatar
  • 921
2 votes
1 answer
568 views

AngularJs: Nested UI-Bootstrap accordion not working, when update list value

I generate "ui-bootstrap accordion" by ng-repeat. I want upddate value of list dynamically. But when I update nested list value, second accordion is not working. <uib-accordion close-others="...
mgh's user avatar
  • 921
1 vote
1 answer
913 views

StopPropagation() - Checkbox in uib-accordion header - AngularJS

I'm having problems with checkboxes inside an accordion header. Purpose: The checkbox in the header is an indicator if that section is being used. User actions: There are two ways to set the value ...
Brent Theunckens's user avatar
1 vote
4 answers
3k views

How to close uib-accordion from inside with a button click

I would like to close accordion from inside with a button click. I am trying to set isOpen to false but it's not working. Is there any way to close it on button click? Thank you. Plunker here: https:/...
Sateesh Kumar Alli's user avatar
0 votes
1 answer
2k views

Inserting an image into Bootstrap according is breaking collapse function

I am attempting to insert an image into a bootstrap accordion and when I do it makes that section (second accordian section) of the accordion remain open - where it should be collapsed initially ...
user3192569's user avatar
-1 votes
1 answer
846 views

I need to open a particular accordion group on click of a button

For example: How to open a 2nd accordion group if i pass a particular value to a function. Below is my html code. <uib-accordion-group ng-repeat="(menu,submenu) in leftNavData.leftNav" is-open="$...
Anirudh B's user avatar
1 vote
1 answer
638 views

Unknown provider: accordionDirectiveProvider

Could anybody help me to figure out where my mistake is? I used this example that to build sortable accordion on my page. Example works well, but I've put this code to my app and got this error ...
antonyboom's user avatar
  • 1,171

15 30 50 per page
1
2 3 4 5