angular-rangeslider icon indicating copy to clipboard operation
angular-rangeslider copied to clipboard

UPDATED gracefully handle deleting modelMax through input

Open michalmikolajczyk opened this issue 10 years ago • 0 comments

When modelMax is deleted, e.g. by a user pushing backspace when focused on an input field which has ng-model set to modelMin or modelMax, then modelMax is are set to 0 or modelMin.

This fixes the issue that happens when trying to delete the last cipher from an input field - the value just resets to max.


fixed so the changes only occur when modelMax is not pinned.

michalmikolajczyk avatar Mar 04 '15 12:03 michalmikolajczyk