fix(input): fix ReferenceError in event listener
Sigh, I ran the tests and they passed... Because I am not running them on IE. Grumble grumble grumble.
This commit is contained in:
@@ -473,7 +473,7 @@ function textInputType(scope, element, attr, ctrl, $sniffer, $browser) {
|
||||
});
|
||||
}
|
||||
|
||||
var listener = function() {
|
||||
var listener = function(ev) {
|
||||
if (composing) return;
|
||||
var value = element.val();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user