cironunes / angular-off-canvas

easily add an off-canvas navigation to your angular app
66 stars 20 forks source link

adding instance variables to scope #31

Open dretay opened 9 years ago

dretay commented 9 years ago

I wanted to the canvas to be able to toggle its self (rather than clicking a link I want to trigger an event). To make this work i had to move some constructor variables into the new scope this creates.

cironunes commented 9 years ago

Can you include a Plunker with the use case? I wasn't able to understand why we need those properties in the scope.

cironunes commented 9 years ago

ping @dretay