Skip to content

Attribute without value creates extra '>' on tag #16

@eagle-r

Description

@eagle-r

If I load the following,

<div class="content">
    <div class="grid-container" ui-view>
        <!-- the main content appears here -->
    </div>
</div>

then when I render the HTML I get (note the extra > in the inner div),

<div class="content"> 
    <div class="grid-container" ui-view>> </div> 
</div>

However, if I move the ui-view attribute before the class attribute or add a value to it, then it is rendered correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions