The original project has been updated to include bootstrap 3 support so this repo is no longer maintained.
Please try: https://github.com/jdewit/bootstrap-timepicker
A simple timepicker component for Twitter Bootstrap.
PS: do not use minified version for now.
A: When the timepicker field has to be loaded inside some modal dialog content, change the template for timepicker to modal.
$('#timepicker-24hr').timepicker({
template: 'modal',
});