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
Looking at the live example, it looks like hljs-source does not work and source must be used instead. Here is what I ended up with which works:
hljs-source
source
<div hljs hljs-language='json' source="'{{queueDataModal.queueData | json}}'"></div>
If you'd like me to do this and submit a pull request, let me know.
The text was updated successfully, but these errors were encountered:
I think it's just a an example code mistake. Both hljs-source and source should work.
See this example http://plnkr.co/edit/WCmBTQ?p=preview
You can submit a PR for the example code correction, thanks!
Sorry, something went wrong.
No branches or pull requests
Looking at the live example, it looks like
hljs-source
does not work andsource
must be used instead. Here is what I ended up with which works:If you'd like me to do this and submit a pull request, let me know.
The text was updated successfully, but these errors were encountered: