sovanna / angular-material-sidenav

Simple component that reproduce the Angular Material Style SideNav Menu from their own website
http://sovanna.github.io/angular-material-sidenav/
109 stars 55 forks source link

Reload state option #51

Open fahadsaeed opened 6 years ago

fahadsaeed commented 6 years ago

I need to reload controller. like this

<a ui-sref="app.details" ui-sref-opts="{reload: true}">Details</a>

But ssSideNav look like how to add reload option


     icon:   'icon-trending',
     type:   'link',
     state:  'app.details'