Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

feat(accordion): panel-class now responds to change. #5596

Closed

Conversation

blueseph
Copy link

@blueseph blueseph commented Mar 7, 2016

the panel-class attribute of accordion groups would never update even if the value changed. it now updates properly. useful for validations and stuff.

@wesleycho
Copy link
Contributor

Linking relevant issue, #5368.

This LGTM

@@ -64,6 +64,7 @@ angular.module('ui.bootstrap.accordion', ['ui.bootstrap.collapse'])
},
scope: {
heading: '@', // Interpolate the heading attribute onto this scope
panelClass: '@', // Ditto with panelClass
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to @? - should be optional

@wesleycho wesleycho added this to the 1.2.5 milestone Mar 7, 2016
@wesleycho wesleycho closed this in ffb5529 Mar 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants