clockpicker
clockpicker copied to clipboard
Bower version: No RaiseCallback
Very nice plugin! Just encountered a problem with the bower version (0.0.7). The raiseCallback calls are nowhere to be found in that version. Is that intended?
it seems that tag#0.0.7does not have the callbacks yet
https://github.com/weareoutman/clockpicker/blob/v0.0.7/dist/bootstrap-clockpicker.js
you can get around this issue with:
bower install 'https://github.com/weareoutman/clockpicker.git#gh-pages'
@weareoutman maybe we get an "official" release, including the callbacks?