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
The main directive 'datePicker' accepts, and correct processes the attribute 'step'.
However, if you user the wrapper directive 'date-time' doesn't pass that particular attribute to datePicker.
It seems to be just an oversight, at least adding '(attrs.step ? 'step="' + attrs.step + '" ' : '') +' to the template function in 'dateTimeConfig' fixes the problem for me.
The text was updated successfully, but these errors were encountered:
The main directive 'datePicker' accepts, and correct processes the attribute 'step'.
However, if you user the wrapper directive 'date-time' doesn't pass that particular attribute to datePicker.
It seems to be just an oversight, at least adding '(attrs.step ? 'step="' + attrs.step + '" ' : '') +' to the template function in 'dateTimeConfig' fixes the problem for me.
The text was updated successfully, but these errors were encountered: