Ethan Hann

Results 15 comments of Ethan Hann

Resolved by beekmanlabs/tuxedo-menu#1

@parakastha All you should need to do is run **bower install** to get the updated version of the Tuxedo Menu plugin.

@parakastha I created this issue for that bug: https://github.com/beekmanlabs/tuxedo-menu/issues/2

Without it being a built-in feature you could wrap the eeh-navigation-sidebar in a custom directive that adds the [sidebar-invisible](https://github.com/ethanhann/eeh-navigation/blob/d4758795e69bef7779927f86415ad4c9f88eab17/src/sidebar/_transcluded-wrapper.scss#L7) class (or your own class that does the same thing) to...

The **sidebar-is-collapsed** attribute is meant to do what you are describing, but there is a bug where if the initial state is collapsed the text is still shown. I haven't...

It only sets the collapsed state when the sidebar initially renders. There is an internal function in the directive called toggleSidebarTextCollapse that would solve this problem if it were exposed....

@IbrahimHd Feel free to submit a PR of what you have and I can take a look at it.

Installing highlightjs separately wouldn't be necessary if it is listed in angular-highlightjs's bower.json file as a dependency.

Ah, I understand the situation. Dependencies can be overridden in bower.json anyway, which is handy for allowing tools like wiredep to work, so it isn't a big deal.