diff --git a/src/core/directives/host/host_resolver.ts b/src/core/directives/host/host_resolver.ts index 17b590c..8cc63cf 100644 --- a/src/core/directives/host/host_resolver.ts +++ b/src/core/directives/host/host_resolver.ts @@ -114,7 +114,7 @@ export function _setHostListeners( const cbParams: any[] = _getHostListenerCbParams( evt, methodParams ); - scope.$applyAsync( ()=> { + scope.$apply( ()=> { const noPreventDefault = ctrl[ methodName ]( ...cbParams );