danielepiccone / ng-pageslide

AngularJS sliding panel for serving additional content from off the page
http://danielepiccone.github.io/ng-pageslide/examples/
452 stars 162 forks source link

How to use with angular router? #153

Closed EngineeredTruth closed 7 years ago

EngineeredTruth commented 7 years ago

I have the slide menu on every view for angular router, but when I toggle ps-checked to true using a controller it will always redirect me to the default view "/#' and not stay on the current view (e.g. /contact)

EngineeredTruth commented 7 years ago

Accidentally added a href attribute to an tag that was doing the redirecting, it wasn't ng-pageslide causing it