angular-localForage
angular-localForage copied to clipboard
Directive Does Not Save Value When Highlighting and Deleteing Input or When Value is Entered and Then Deleted
I'm having trouble with the directive. It works except for certain cases where input is entered, highlighted, and deleted using the backspace key. Also, when value is entered and then backspaced to be deleted it saves the first character.
Any idea what is going on?
Perhaps this can be fixed by using $watch in the directive?
@TimeTravelersHackedMe Sounds like a legit bug to me, I'll take a peek. Feel free to PR if you find a fix before me!