You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
The way that accordion panel's are now assigning an ng-class="{'panel-open': isOpen}" to each panel makes it impossible to place your own ng-class assignment on an , as angular vomits because of a syntax error.
This is pretty uncool, guys. :(
Do you really need a classname to cue off here? I know that it wasn't the case in 0.13.0.
The text was updated successfully, but these errors were encountered:
In the future, please do not use the issues form for support and follow the instructions here.
Additionally, this has been addressed in #4172 and #3419. See the former for how to add your own classes.
We dropped the ball in that this was not listed in the breaking changes section of the release changelog, however the change is listed under Bug Fixes > Accordion.
The way that accordion panel's are now assigning an
ng-class="{'panel-open': isOpen}"
to each panel makes it impossible to place your ownng-class
assignment on an , as angular vomits because of a syntax error.This is pretty uncool, guys. :(
Do you really need a classname to cue off here? I know that it wasn't the case in 0.13.0.
The text was updated successfully, but these errors were encountered: