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

Weird example of string interpolation in directives guide #1339

Closed
@btford

Description

@btford

In the developer guide for directives, the string interpolation example is odd.

<img src="img/{{username}}.jpg">Hello {{username}}!</img>

I would expect:

<img src="img/{{username}}.jpg">

and/or:

<p>Hello {{username}}!</p>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions