indrimuska / angular-moment-picker

Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
http://indrimuska.github.io/angular-moment-picker/
MIT License
525 stars 226 forks source link

Show picket inline instead of in popup #172

Closed pedrokost closed 7 years ago

pedrokost commented 7 years ago

Feature request: to be able to show the date picker inline, instead of in a popup. So, instead of having an input field which on click opens a popup, I just want to display the picker without previous user action.

Example from uiBootstrap image

indrimuska commented 7 years ago

Hi @pedrokost, if you check out in the README file this is already available by adding the inline="true" property (plunker). My advise is to use it in addition with the set-on-select property.