Skip to content
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.

Callbacks doesn't work for accordion  #5776

Open
@tilwinjoy

Description

@tilwinjoy

I'm trying to attach callbacks with accordion. As per the documentation it extends from the collapse component which seems to support callbacks such as expanding, collapsing etc.

So I tried adding the following:

<uib-accordion-group heading="first" collapsing="alert('collapsing')">
      first
</uib-accordion-group>

plnkr demo

Which I expect to work since accordion is an expansion of collapse. Is this a bug or am I doing something wrong..?

Version of Angular, UIBS, and Bootstrap

Angular: 1.5.3

UIBS: 1.3.1

Bootstrap: 3.3.6

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions