This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Description
Hi,
I was trying to assign 'blur' to trigger validation, but after that, keyup can still trigger it, instead of being overridden by formerly assigned event.
I'm not sure if keyup is intended to be ignored if another event is assigned.
It seems Angular's validator listens to keyup event already when calling $parsers.unshift and $formatter.unshift. I didn't find a way to work around it without modifying Angular's source.
Any ideas?