You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
I noticed Bootstrap added horizontal collapse support by adding the class width to the existing collapse, starting with v3.0.
Is there a way to do the same with Angular UI Bootstrap?
I have modified the collapse directive and submitted PR #3995
I am also going to see about implementing a new ng-collapse directive that would give more options for collapse animations (ex. collapse from a specific corner)
I noticed Bootstrap added horizontal collapse support by adding the class
width
to the existingcollapse
, starting with v3.0.Is there a way to do the same with Angular UI Bootstrap?
I found a post on stackoverflow: http://stackoverflow.com/questions/22654933/angularjs-bootstrap-collapse-horizontaly
The idea was to copy-paste the directive to make a custom one, and changing the direction...
Also found this one that suggest to upgrade the css : http://stackoverflow.com/questions/12498476/twitter-bootstrap-collapse-plugin-direction
It could be great to have this
width
class working!Thanks,
The text was updated successfully, but these errors were encountered: