inline clock component
I tested your picker and find it very nice. Is it planned to use the clockpicker inline in a form, and not in a bootstrap popover. I would like to use it directly in a bootstrap modal.
Thank you in advance !
+1 I would really like to see this as well!
+1 this is a good idea.
+1
+1
+1
+1
+1
+1
to get inline do this: in function ClockPicker.prototype.show change :
$body = $(document.body).append(this.popover);
to
this.popover.insertAfter(this.element);
and in ClockPicker.prototype.locate:
offset = element.offset(),
to
offset = {top:0,left:0},
+1
Good idea, but currently it is pretty tight to a popover. It won't be easy to implement I guess.
thanks @dafik your solution actually works. was able to render them inline with your code:

no need for the offset though.
Need inline component +1