Skip to content

Conversation

janbeckert
Copy link

…lts in only one value being changed

Simultaneously changing range values outside current range results in only one value being changed.

Given the current range is [20, 30]:
When I update the range using:
$scope.model.age.min = 40; $scope.model.age.max = 50;
(similar to the example in the README)
This results in a new range of [30, 50].

The reason for this is that the min value is changed first but can not become higher than the old max value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant