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

Commits on Jan 22, 2013

  1. fix(compile): compiling replace:true directives in external template

    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 committed Jan 22, 2013
    Configuration menu
    Copy the full SHA
    fb2a4d7 View commit details
    Browse the repository at this point in the history