Is there a method to collapse/expand angular-strap's collapse element in controller?
I want to collapse a bs-collapse
element when its content is clicked. For that I need to control the state of a bs-collapse
element. I expect a $collapse
service like bs-modal
has, however angular-strap does not provide that.