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 Alexander Vakrilov
parent 6cc1db950b
commit 1713b8af91

View File

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