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

feat(Scope): Mirror Scope methods in ngScope. #858

Closed

Conversation

mvuksano
Copy link
Contributor

@mvuksano mvuksano commented Apr 4, 2014

ngScope(element) returns a proxy of Scope. This change adds methods isDestroyed, isAttached, destroy, emit and broadcast to the proxy.

Closes #850

`ngScope(element)` returns a proxy of Scope. This change adds methods isDestroyed, isAttached, destroy, emit and broadcast to the proxy.

Closes dart-archive#850
@mvuksano mvuksano added cla: yes and removed cla: no labels Apr 4, 2014
mvuksano added a commit that referenced this pull request Apr 4, 2014
`ngScope(element)` returns a proxy of Scope. This change adds methods isDestroyed, isAttached, destroy, emit and broadcast to the proxy.

Closes #850

Closes #858
@mvuksano mvuksano closed this in 277f283 Apr 4, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

Mirror all of the API of scope on ngScope
1 participant