Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Document Scope#$destroy requirement in $transclude #9352

Closed
IgorMinar opened this issue Sep 30, 2014 · 1 comment
Closed

Document Scope#$destroy requirement in $transclude #9352

IgorMinar opened this issue Sep 30, 2014 · 1 comment

Comments

@IgorMinar
Copy link
Contributor

see #9281 (comment)

@petebacondarwin
Copy link
Contributor

@IgorMinar - if a directive is not manually modifying the DOM (i.e. only using built-in directives to add and remove DOM elements) then there should be no need for the application developer to worry or even do anything special in their directives. It is only in the case where their directive takes responsibility for DOM manipulation where they have to ensure that they tidy up their DOM and scopes.

I will find some place to put this info...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants