Skip to content

using translate-values breaks with a value that containing a quote in a filter with a target translate attribute set #1

@llwt

Description

@llwt

Example:

<md-tooltip translate-child="(content)=UPDATED_AT.TOOLTIP"
                   translate-values="{
                      updatedAt: '{{ submission.updatedAt | date:'shortDate' }}'
                    }"></md-tooltip>

This causes an issue when the translate-values attribute is $eval'd in the linking function of the translate-child directive.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions