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.
Example:
This causes an issue when the
translate-valuesattribute is$eval'd in the linking function of thetranslate-childdirective.