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

fix(compile): compiling replace:true directives in external template #1860

Closed
wants to merge 1 commit into from

Conversation

danilsomsikov
Copy link
Contributor

Passing DOMNode#childNodes to compileNodes when compiling remote
template, so that directives with replace:true can be compiled.
The previous version used jqLite#contents which returned collection
that was not updated during the compilation.

Closes #1859

Passing DOMNode#childNodes to compileNodes when compiling remote
template, so that directives with replace:true can be compiled.
The previous version used jqLite#contents which returned collection
that was not updated during the compilation.

Closes 1859
@danilsomsikov
Copy link
Contributor Author

Friendly ping:)

@IgorMinar
Copy link
Contributor

landed as 398691b

thanks!

@IgorMinar IgorMinar closed this Feb 26, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Template of directive with replace:true is not compiling when directive is in another external template
2 participants