This is the sample code i tried to implement my directive: donut-chart.directive
I modified this controller js (code) to get data from web api using $http.get
But here not passing data into directive it is undefined in the isolate scope. Please give suitable solution for this.
Thank you