I am trying to implement a way of 'hiding' the eeh-navigation-sidebar when a user is not logged in so I can retain the ui-router states. I can't set an ng-hide or an ng-if override as it hides the nested <ui-view> element along with the entire sidebar and I would prefer to keep my content inside the eeh-navigation-page-wrapper.
I tried using ng-class to add width: 0 but that doesn't seem to be working either. I'm just wondering if the eeh-navigation actually supports ng-class and if I'm adding my CSS wrong. If so, could you possibly provide a small example of how I could achieve this scenario.
Thanks heaps.