dimitriosd1983

Results 2 issues of dimitriosd1983

I have the code below: ` ` When $scope.mailingListsStatus changes in my controller the y axis label does not change. Could you please advise how to do that?

I believe issue is in line 109 of the file: `ngModel.$render();` If I replace that with the content of ngModel.$render = function() ``` if (!ngModel.$viewValue || !ngModel.$viewValue.startDate) { return; }...