Skip to content

Instantly share code, notes, and snippets.

@basz
Created March 16, 2016 13:02
Show Gist options
  • Select an option

  • Save basz/99772922468152fb946d to your computer and use it in GitHub Desktop.

Select an option

Save basz/99772922468152fb946d to your computer and use it in GitHub Desktop.
sideSidebarCollapse: true,
actions: {
toggleSidebarCollapse() {
this.toggleProperty('sideSidebarCollapse');
}
}
{{navbar-header onToggleSidebarCollapse=(action 'toggleSidebarCollapse')}}
{{navbar-right}}
{{#if session.isAuthenticated}}
<!-- component that contains the bs-collapse component -->
{{nav-sidebar collapsed=sideSidebarCollapse}}
{{/if}}
{{#bs-collapse collapsed=collapsed class="sidebar-nav navbar-collapse"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment