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

ssSideNav.changeSectionVisible is not a function #13

Closed d668 closed 8 years ago

d668 commented 8 years ago

following the Usage and have this error

d668 commented 8 years ago

hey, is there any plans to fix this? thanks

sovanna commented 8 years ago

aa yes, i've forgotten.

changeSectionVisible is no longer existe.

use setVisible('ID', boolean) or setVisibleFor([ARRAY]) you can look an example on the demo app (home.js in controllers folder)

I'm gonna update the documentation asap, thanks.