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
<md-highlight-text :md-term="Hello World">Hello</md-highlight-text>
will result in the string Hellonull being printed out.
Hellonull
The text was updated successfully, but these errors were encountered:
'null'
fix(MdHighlightText): avoid printing 'null' as a value (#1352)
4d906b6
fix #1351
Successfully merging a pull request may close this issue.
Steps to reproduce
will result in the string
Hellonull
being printed out.Which browser?
What is expected?
What is actually happening?
Reproduction Link
The text was updated successfully, but these errors were encountered: