Angular-DatePicker - pickadate.js port to Angular, no jQuery dependency!

just update the code in directive.js

    element.pickadate(angular.extend(options, {
		onStart : function(){
			this.$root.attr('data-tap-disabled',true);
		},
		onSet: onSet,
		onClose: onClose,
		container: document.body
	}));