Christer Carlsund

Results 3 comments of Christer Carlsund

It would be easier to just change line 114 in the original code from: `initEvent && initEvent();` to `initEvent && initEvent.bind(this)();`

I solved it by modifying the directive according to my comment in #214