highcharts - How to invoke an controller action in ember.js -
I am providing the chart using the amber (based on high charts) I click on a point of function I want to open I have defined this function inside my amber component See jsfiddle link below:
{} http://jsfiddle.net/qmmvx/67/
On clicking on a point, I get an error indicating the App.ChartComponent is exiting. What is it that I am missing here?
Not sure that the app .__ container __ Lookup is the smartest way here, but
App.ChartComponent.test ();
App <__> Container __. ('Component: chart') by changing it. .seend ('test')
resolves your problem sending
is used to do any method with verb
Comments
Post a Comment