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

Is it possible to set state params with states in the menu? #47

Closed dewsoftpvtltd closed 7 years ago

dewsoftpvtltd commented 7 years ago

Got it, Just add a stateParams key in the object { id: 'link_3', name: 'Link 3', state: 'common.link3', stateParams: 'obj', type: 'link', }

sovanna commented 7 years ago

;)