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 set options in $http? #21

Closed plutochill closed 9 years ago

plutochill commented 10 years ago

Hi, I want to set the disabledDates by $http, but the response doesn't work. like this: $http.get(url).then(function(response) { $scope.disabledDates = response.disabledDates; }); thanks for your help.

gschammah commented 10 years ago

Hi there,

Currently this library doesn't watch the disableDate variable. I am adding this for the 1.0 milestone.

Thanks for reporting

gschammah commented 9 years ago

This is working now on master