I am using Google's BubbleChart using directive 'https://github.com/angular-google-chart/angular-google-chart'
Whenever i try changing the data in controller or resize the window the chart gives and error Cannot read property 'clone' of undefined
I have tried to redraw the chart by manually firing the $rootScope.$emit('resizeMsg');
but it is not working.
Thanks in advance