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 was archived by the owner on Sep 5, 2024. It is now read-only.
There is not a reference to the Wrapper and Panel elements within the returned MdPanelRef.
What is the expected behavior?
A jqLite reference of the Wrapper and Panel elements should be returned within the MdPanelRef object. Then several functions, i.e. addClass, removeClass, etc., could be run on the elements without having to have these type functions repeated within the MdPanel API.