Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

feat(ElementPanel): display scope properties for children of DocumentFragments #105

Closed
wants to merge 1 commit into from

Conversation

caitp
Copy link
Contributor

@caitp caitp commented Mar 15, 2014

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.

Closes #104

…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.

Closes angular#104
@caitp
Copy link
Contributor Author

caitp commented Mar 15, 2014

It would probably be good to fix the tests so that they can run in a modern karma, or else add a karma task to the grunt file, so that there's some evidence that stuff works at all.

This CL doesn't break any tests, however there turns out to be two failing specs in the tree already :(

@btford
Copy link
Contributor

btford commented Jul 16, 2015

After many moons, landed as ead15c2.

Thanks, @caitp.

@btford btford closed this Jul 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inspect scopes in document fragments
2 participants