Skip to content

Change shorthand template syntax from ! to * #717

@mhevery

Description

@mhevery

Currently we do:

<div !if="expr"></div>

But that reads as NOT IF, which is confusing. We should use * instead.

<div *if="expr"></div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions