You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
I had to add something like this:
options.startDate = $scope[$attributes.ngModel].startDate;
options.endDate = $scope[$attributes.ngModel].endDate;
To get actual dates in view which were setted in $scope.
The text was updated successfully, but these errors were encountered: