easy-timepicker
easy-timepicker copied to clipboard
An angularjs timepicker directive
The template installs in `bower_components\ez-timepicker\src\template` In the directive it is referred to with no path. ``` .directive('ezTimepicker', ['EzTimepickerConfig', function(EzTimepickerConfig) { return { restrict: 'EA', replace: true, transclude: 'element', templateUrl: 'ez-timepicker.html',...
Hi @jdewit, it seems that karma-requirejs needs to be updated to `~0.2.0`. Otherwise there would be an error when `npm install`. ``` npm ERR! peerinvalid The package karma-requirejs does not...
At the moment, the final value of the time field cannot be empty or null, as the current time is picked if no time is set. Probably might be worked...
Hi ``` How can I set default time to this directive. Right now its showing the current time. So is there any way i can set it through the model...
Just that, please see plunker. Any tip for avoid the duplicated input will be appreaciated. [Plunker](http://plnkr.co/edit/AQqt6vAoubQ3Rps7BJbJ?p=preview)