We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For my use-case specifically, filters would ideally be able to insert nodes into the DOM, for example:
<div>{{ myContent | html }}</div>
Where html is a filter that converts a string value into a node or document fragment.
The text was updated successfully, but these errors were encountered:
I submitted a bug over at dart's bug tracker for the same issue. They have reworded the title and it may make more sense: https://code.google.com/p/dart/issues/detail?id=14234
Sorry, something went wrong.
We cannot support this directly for security reasons; however, <template if> or a custom element can be used to output dom.
<template if>
No branches or pull requests
For my use-case specifically, filters would ideally be able to insert nodes into the DOM, for example:
Where html is a filter that converts a string value into a node or document fragment.
The text was updated successfully, but these errors were encountered: