Hello, I am a newbie to angularJS. Please help me sort out an issue I am facing from last 3 days.
I am using AngualrJS and Highcharts in my application. Here is the scenario: I have two divs in HTML(JSP). div1 displays a table which is a plain HTML. div2 displays data through angualJS template and HighCharts. First, when I open this page div1 displays and div2 is hidden, but angular template has been evaluated and rendered to the browser but not displayed (as it's div is hidden). Now when I toggle these divs, div2 displays the data but HighCharts are misaligned from their specific places. This issue happens only when I use show/hide for the divs. If I Call controller on div2 click, then HighCharts are correctly rendered. I don't want to call controller again on div2 click as it is ajax call which is fetching quite huge data. I am using ng-repeat to display all the items. *Is there any way to recall ng-repeat on div2 click?* Any help in this matter is greatly appreciated. Thanks in Advance! Satish -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
