This repository was archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Accordian: isOpen fails to work with ngRepeat #82
Comments
Yes, this is a bug with the way that the collapse is handling its initial transition - it seems to be stuck at height: 19px rather than reverting to height: auto. |
As a work-a-round put the is-open='true' on the last group |
@johntom Doesnt seems to work for me. Here's plnkr http://plnkr.co/edit/D21gzT?p=preview |
Ok, I looked at my example where I use jade and got it working, Idea is to have it fit in one line. Thus items 2 and 3 work with is open while 1 has problem. |
pkozlowski-opensource
pushed a commit
that referenced
this issue
Jan 31, 2013
pkozlowski-opensource
pushed a commit
that referenced
this issue
Jan 31, 2013
This reverts commit 228eeee.
pkozlowski-opensource
pushed a commit
that referenced
this issue
Feb 1, 2013
very useful |
codedogfish
pushed a commit
to codedogfish/angular-ui-bootstrap
that referenced
this issue
Sep 15, 2015
Reset activeIndex on popup close in case we highlighted another choice without selecting it
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
By default I want the first accordian-group to be open when loaded initially. So for that I have set isOpen to true in first accordian like
Although this works fine for static content, but when I start adding dynamic content using ngRepeat, it fails.
Here's the plunker http://plnkr.co/edit/YcDRVJ?p=preview
The text was updated successfully, but these errors were encountered: