kelvinatorr

Results 1 comments of kelvinatorr

You can use something like this app.directive("clockPicker", function(){ return { restrict: "A", link: function(scope,element,attrs) { // Initialize the clockpicker with options. element.clockpicker({ placement: 'top', donetext: 'Done' }); } } });...