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

Feasibility to integrate Angular-UI's Datepicker & Timepicker #355

Closed
benoror opened this issue Apr 16, 2015 · 7 comments
Closed

Feasibility to integrate Angular-UI's Datepicker & Timepicker #355

benoror opened this issue Apr 16, 2015 · 7 comments

Comments

@benoror
Copy link

benoror commented Apr 16, 2015

Datepicker: http://angular-ui.github.io/bootstrap/#/datepicker
Timepicker: http://angular-ui.github.io/bootstrap/#/timepicker

  • Is there a straightforward way to use them with schema-form?
  • Or should I consider developing 3rd party extensions?
  • Would anyone be interested?
@Dervisevic
Copy link
Contributor

No straight forward way of using them except building an addon. As for interest, depends on if one doesn't find this meets their requirements. The timepicker part of pickadate.js hasn't been implemented in the addon, as we had no need for it.

So it's up to what you feel :)

@davidlgj
Copy link
Contributor

@benoror you can always try out just using the template form field type, but anything that plays nice with ng-model should be easy to do a add-on off, basically you just need a template in that case. But we love to see new add-ons!

@brettahale
Copy link

This is quick and dirty for what I needed but can be build upon. Use how ever you would like. https://gist.github.com/brettahale/5fe67b3ea3de915537e0

@davidlgj
Copy link
Contributor

Thanks for sharing @brettahale!

@benoror
Copy link
Author

benoror commented May 19, 2015

Thanks @brettahale !

@Anthropic
Copy link
Member

@brettahale @benoror it would be great to see this as an add-on if it progressed that far, please consider it! Closing now as there is a fairly acceptable answer :)

Please re-open if you do not feel the question has been answered sufficiently.

@milanpatel-parkstreet
Copy link

Hi @brettahale
We have use uib-datepicker-popup but the issue is data not bind in a model.
It would be great to provide ready add-on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants