Thomas Raynal

Results 2 comments of Thomas Raynal

This occured since [0.6.0](https://github.com/ocombe/ocLazyLoad/releases/tag/0.6.0). As workarounds, either use [requirejs](http://plnkr.co/edit/OGvi01?p=preview) or define the module and its dependencies before loading the file (I'm looking for several plugins container, so that work for...

Same issue here. The dirty workaround : ```javascript $element.find("#mychart").highcharts(); chart.setSize(width, height); ``` where #mychart is the directive id attribute. Or you can add $watch on the directive itself for element.clientWidth...