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
Latest update is relying on loads.
In case when loads is not imported somewhere else it breaks.
Below is error message:
Unknown provider: lodashProvider <- lodash <- datePickerDirective
Suggestion:
instead of _.get(scope.$parent, attrs.onSetDate) : undefined, we might use element.attr('onSetDate', undefined)