Errores solucionados
This commit is contained in:
parent
17de3cbe5b
commit
c4afb057aa
|
@ -115,7 +115,6 @@ function controller($http, $element, $attrs, $scope, $parse, $document, popover)
|
|||
|
||||
this.onKeyup = function(event) {
|
||||
if(timeoutId) clearTimeout(timeoutId);
|
||||
console.log(event.keyCode);
|
||||
|
||||
switch(event.keyCode) {
|
||||
case 13: // Enter
|
||||
|
|
Loading…
Reference in New Issue