add nativeView angular-specific property to dom node property filter (#4390)

This commit is contained in:
Peter Kanev
2017-06-19 13:44:59 +03:00
committed by SvetoslavTsenov
parent 519fec274f
commit 42fe86872c

View File

@@ -26,7 +26,8 @@ const propertyBlacklist = [
"ng-reflect-items",
"domNode",
"touchListenerIsSet",
"bindingContext"
"bindingContext",
"nativeView"
];
function notifyInspector(callback: (inspector: Inspector) => void) {