Open dretay opened 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.
Can you include a Plunker with the use case? I wasn't able to understand why we need those properties in the scope.
ping @dretay
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.