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.
Currently you can get a hold of scope from JS using ngScope(element) but this is a proxy not the actual scope and it has a limited set of methods available on it.
Please add these methods to the proxy:
isDestroyed/isAttached
destroy()
emit/ broadcast
The text was updated successfully, but these errors were encountered:
mhevery
changed the title
Need a way to get the scope from an element
Mirror all of the API of scope on ngScope
Apr 3, 2014
`ngScope(element)` returns a proxy of Scope. This change adds methods isDestroyed, isAttached, destroy, emit and broadcast to the proxy.
Closesdart-archive#850
`ngScope(element)` returns a proxy of Scope. This change adds methods isDestroyed, isAttached, destroy, emit and broadcast to the proxy.
Closes#850Closes#858
Currently you can get a hold of scope from JS using
ngScope(element)
but this is a proxy not the actual scope and it has a limited set of methods available on it.Please add these methods to the proxy:
The text was updated successfully, but these errors were encountered: