Here's the current line of code:
$scope.campaingstartDate;
When checking with JSHint, I received this message:
$scope.campaingstartDate;
^ Expected an assignment or function call and instead saw an expression.
Being a beginner in Angular JS and JSHint, how can I go about resolving this issue?