parent
787d1f955f
commit
feddefdc84
|
@ -542,7 +542,7 @@ export class DirectiveMetadata extends InjectableMetadata {
|
|||
*
|
||||
* - `event1`: the DOM event that the directive listens to.
|
||||
* - `statement`: the statement to execute when the event occurs.
|
||||
* If the evalutation of the statement returns `false`, then `preventDefault`is applied on the DOM
|
||||
* If the evaluation of the statement returns `false`, then `preventDefault`is applied on the DOM
|
||||
* event.
|
||||
*
|
||||
* To listen to global events, a target must be added to the event name.
|
||||
|
|
Loading…
Reference in New Issue