fix(ivy): events should not mark views dirty by default (#25969)

PR Close #25969
This commit is contained in:
Kara Erickson
2018-09-14 15:58:57 -07:00
committed by Ben Lesh
parent 21e566d9bc
commit 5653874683
7 changed files with 167 additions and 110 deletions

View File

@ -29,7 +29,7 @@ export const MONKEY_PATCH_KEY_NAME = '__ngContext__';
* of the context.
*/
export interface LContext {
/** The component\'s view data */
/** The component's parent view data */
lViewData: LViewData;
/** The index instance of the LNode */