restorando / angular-pickadate

A simple and fluid inline datepicker for AngularJS with no extra dependencies.
MIT License
273 stars 91 forks source link

How to disable weekends? #74

Closed vnn456 closed 8 years ago

vnn456 commented 8 years ago

$scope.holidays= [1, 7, '2016-04-07'];

diegohaz commented 8 years ago

I've created a pull request #76 for this

gschammah commented 8 years ago

Hi there,

I created a PR adding a more flexible way to declare disabled dates. Please check #77 (note: it's a breaking change)

Thanks