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

feat($compile): support DOM nodes as template values #5508

Closed
wants to merge 1 commit into from

Commits on Dec 23, 2013

  1. fix($compile): support DOM nodes as template values

    Special content types, such as SVG content or table content, can not be
    used in many cases due to generating a document fragment which does not
    support the particular template content type being used.
    
    This patch enables special content such as SVG or table content to be used
    by making the template a DOM node or collection of DOM nodes, rather than
    strings.
    
    The test demonstrates how this can be used to replace the directive node
    with SVG elements, or similar.
    Caitlin Potter committed Dec 23, 2013
    Configuration menu
    Copy the full SHA
    852cb3f View commit details
    Browse the repository at this point in the history