Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step attribute not passed on to main directive #80

Closed
RuudatEasydus opened this issue Feb 23, 2015 · 0 comments
Closed

Step attribute not passed on to main directive #80

RuudatEasydus opened this issue Feb 23, 2015 · 0 comments

Comments

@RuudatEasydus
Copy link

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.

eralha added a commit that referenced this issue Feb 23, 2015
@eralha eralha closed this as completed Feb 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants