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
Thanks 😉
Unfortunately, you can't do that easily using an AngularJs binding or such things. However, you probably can use css classes provided by the original semantic-ui. The sidebar component can accept an optional visible class that keep it shown until you remove it.
I'm not 100% sure if it works
<sidebar class="visible">...
By using a ng-class instead of just a class you'll be able to bind this capability to a ng-click
Thanks for this cool project! How can I make the sidebar close when the user selects an option in the menu?
The text was updated successfully, but these errors were encountered: