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 22, 2018. It is now read-only.
It is useful, especially in unit-tests, to be able to get the controller for a component given its element. For example, when testing two nested components, I want to be able to verify the inner component's state based on actions performed on the parent component. Unfortunately, currently I am limited to only reading the DOM structure. I cannot read the object structure.
The text was updated successfully, but these errors were encountered:
It is useful, especially in unit-tests, to be able to get the controller for a component given its element. For example, when testing two nested components, I want to be able to verify the inner component's state based on actions performed on the parent component. Unfortunately, currently I am limited to only reading the DOM structure. I cannot read the object structure.
The text was updated successfully, but these errors were encountered: