This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Accordion is-open doesn't work with angular.js 1.3.0 #2871
Closed
Description
I set up two examples in plunker with exactly the same accordion example except this one is using angular.js 1.2.16
http://plnkr.co/edit/4xUgFjQQiXUPYNbMIsI5?p=preview
And the second one is using angular.js 1.3.0
http://plnkr.co/edit/VpE1343mDkfjZCabXwme?p=preview
Clicking on the link under Static Header, initially expanded for 1.2.16 shows and opens the Dynamic Body Content accordion group.
Clicking on the same link for 1.3.0 shows the Dynamic Body Content accordion group but doesn't open it.
Then you have to click twice on the dynamic body content header to open the accordion group.
Please let me know if you need any more information.
Thanks!