标签: javascript html angularjs html5
所以我有这个项目,我想用highlight.js将highlight.js中的字符串绑定到<pre><code>标签,但我不知道如何在没有引号的情况下绑定它。 这是代码:
<pre><code>
<pre><code class="python" ng-bind-html="files[solution]"> </code></pre>