You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.
Unfortunately, Batarang currently doesn't want to look at scopes which belong to elements under a document fragment, such as a Shadow DOM (or polyfilled Shadow DOM).
This is kind of irritating because it makes debugging angular+web components applications harder. I'll look at putting together a fix for this (because technically the document fragment should be a child node of a given node), but that might take a few days. It would be nice to make this work
The text was updated successfully, but these errors were encountered:
caitp
added a commit
to caitp/angularjs-batarang
that referenced
this issue
Mar 15, 2014
…Fragments
Sort of related to angular/angular.js#6637 --- Currently,
jqLite#inheritedData() will not find data if it needs to cross through document fragment
barriers, such as the Shadow DOM barrier. This patch allows batarang to figure this out.
In addition, it provides some tests for the angularjs properties sidebar of the element
panel, which were missing previously.
Closesangular#104
Unfortunately, Batarang currently doesn't want to look at scopes which belong to elements under a document fragment, such as a Shadow DOM (or polyfilled Shadow DOM).
This is kind of irritating because it makes debugging angular+web components applications harder. I'll look at putting together a fix for this (because technically the document fragment should be a child node of a given node), but that might take a few days. It would be nice to make this work
The text was updated successfully, but these errors were encountered: