JavaScript Snippet - vueToHTML(...)

added by JavaScript Kicks
4/26/2019 6:47:27 AM

605 Views

Recently I have been writing plugins for Grafana and had a desire to make a panel that would give the user the ability to use the data from the query within HTML with AngularJS syntax. I have not come up with a good solution for using AngularJS to easily parse an HTML string with AngularJS syntax but I was able to do it with VueJS.


0 comments