angular-dynamic-number
angular-dynamic-number copied to clipboard
Bypassed setting input focus if input is not already focused
I hit an issue with changing the value of numFixed from the ng-blur event. Since re-focusing the element is part of the lifecycle of altering numFixed I added a check to ensure that the element will only be re-selected if it is still currently selected.