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

How to have ng-click and external link in side nav #46

Open mouryaamit opened 7 years ago

mouryaamit commented 7 years ago

I need to have ng-click and external link in side nav

like <a ng-click="callMyFunction(1)">Call 1</a> <a ng-click="callMyFunction(2)">Call 2</a>

and <a href="http://google.com/" target="_blank">Google</a>