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

error while setting 'ssSideNav' factory to a controller #33

Closed cerokool32 closed 8 years ago

cerokool32 commented 8 years ago

I'm having troubles with this factory on the controller, but i can't find the reason.

https://docs.angularjs.org/error/$injector/unpr?p0=$stateProvider%20%3C-%20$state%20%3C-%20ssSideNav

vontell commented 8 years ago

Also having the same issue

vontell commented 8 years ago

I think I have found the issue: make sure that you have "ui.router" added to your module dependencies. @cerokool32 check that this works and close the issue if so

cerokool32 commented 8 years ago

the error was an outdated version of ui.router. problem solved