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

fix($compile) support templates with table content root nodes #5235

Closed
wants to merge 1 commit into from

Commits on Dec 19, 2013

  1. fix($compile) support templates with table content root nodes

    If the first element in a template is a <tr>, <th>, <td>, or <tbody> tag,
    the HTML compiler will ensure that the template is wrapped in a <table>
    element so that the table content is not discarded.
    Caitlin Potter committed Dec 19, 2013
    Configuration menu
    Copy the full SHA
    511a571 View commit details
    Browse the repository at this point in the history