I am trying to implement UI Bootstrap Collapse within my custom directive called <collapse>
Unfortunately, I am encountering the following error:
Error: [ng:areq] Argument 'CollapseDemoCtrl' is not a function, got undefined
You can view my code on Plunkr
I would appreciate any insights into what might be causing this issue.