i'm having an issue while trying to render more than one chart with Highcharts and AngularJS.
My code is based on this fiddle: http://jsfiddle.net/csTzc/
I basically just duplicated the div where the chart is rendered: http://jsfiddle.net/CloudStrife91/b4vpP/
<div class="hc-pie" items="ideas"></div>
<div class="hc-pie" items="ideas2"></div>
As you can see the second chart is not displayed instead there is the template div that says "not working"
Thank you very much for the help!
id="container". There is only supposed to be one element on a page with the same id.