dimitriosd1983
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?
When selecting date I get in my input element text [object Object] instead of the actual date range
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; }...