kineticsocial / angularjs-datetime-picker

AngularJS DateTime Picker Without JQuery and Bootstrap
MIT License
66 stars 79 forks source link

How to toggle the popup with a button ? #27

Open thethakuri opened 8 years ago

thethakuri commented 8 years ago

Is there a way to toggle the popup by clicking a button on the side of an nput ? I tried using the directive on a input-group with same ng-model name as the input. It works but pop position is off which is expected as it shows relative to clicked element. datetimepop

Is there a way around this ?