Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Dynamically updating disable-days-before and disable-days-after #71

Closed
dovtenenboim opened this issue Sep 1, 2016 · 1 comment
Closed

Comments

@dovtenenboim
Copy link

dovtenenboim commented Sep 1, 2016

@mgohin Just a heads up that there is no watch for these two which I was surprised to find. Please update the library to include a watch for these in scope.

scope.$watch('disableDaysBefore', function () {
    scope.generate();
}, true);

scope.$watch('disableDaysAfter', function () {
    scope.generate();
}, true);
@mgohin
Copy link
Contributor

mgohin commented Sep 1, 2016

All variables are not watched.
Done in 2.0.11 :)

@mgohin mgohin closed this as completed Sep 1, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants