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: No instance found for handle left #30

Closed bianca93 closed 6 years ago

ipengyo commented 8 years ago

b94cb767-bce3-4959-8148-335ee8239a81

ipengyo commented 8 years ago

@sovanna seek help!!!!

Quixomatic commented 8 years ago

You don't have a sidenav with the md-component-id="left"

Quixomatic commented 8 years ago

@sovanna has extremely limited the use of their code to just a sidebar and has to be open to function.

Removing:

                        if (!$mdMedia('gt-sm') && !$mdSidenav('left').isOpen() && open) {
                            return;
                        }

Will allow the sidenav to work in more than just a sidebar.