davidjnelson / angular-accordion

An angular accordion which auto stretches to its container height and width while debouncing height recalculation on resize. Works in modern browsers and IE9+.
16 stars 11 forks source link

expandHandler? #1

Closed nolandubeau closed 11 years ago

nolandubeau commented 11 years ago

Hi,

I noticed that this has an attribute to call a handler when the pane is collapsed. does it also have the ability to add a handler when the pane is opened?

thanks.

Nolan

davidjnelson commented 11 years ago

It's been a while since I've looked at the code. I actually rewrote it to use a much simpler, better design and have been meaning to release a new version. I'm pretty sure the new version has an expandHandler.

davidjnelson commented 11 years ago

OK, I took a look. Version 1.0.0 does not have this handler. I'll leave this open and reference it when I update to the latest code.

nolandubeau commented 11 years ago

Thanks David. Do you know when you will be releasing the next version?

thank you.

Nolan

On Tue, Aug 20, 2013 at 12:29 PM, David Nelson notifications@github.comwrote:

OK, I took a look. Version 1.0.0 does not have this handler. I'll leave this open and reference it when I update to the latest code.

— Reply to this email directly or view it on GitHubhttps://github.com/davidjnelson/angular-accordion/issues/1#issuecomment-22958001 .

Nolan Dubeau VP, Product Engineering, Guardly Corp. Online: https://www.guardly.com LinkedIn: http://www.linkedin.com/in/nolandubeau 20 Maud Street, Suite 207, Toronto, ON M5V 2M5 CA (416) 434-8029 | US (650) 262-3599 | Skype: nolandubeau Please consider the environment before printing this email.

davidjnelson commented 11 years ago

You bet! Likely a few weeks out for the next release.

davidjnelson commented 11 years ago

The 1.1.0 release emits the angular-accordion-expand event.