angular-highlightjs icon indicating copy to clipboard operation
angular-highlightjs copied to clipboard

AngularJS directive for syntax highlighting with highlight.js

Results 25 angular-highlightjs issues
Sort by recently updated
recently updated
newest added

I've installed this package via npm, added the variants of require statements I've seen in the issues, and added the module within my angular modules dependency list. Is that it?...

as this module has dependency on highlight.js, if I install highlight.js via npm and give the path of the js file created under node_modules and install angular-highlightjs via npm/bower, it...

Installing this dependency via npm results in do you think you could update yarn.lock to resolve this issue?

hi please add a feature that can edit code and set edited value to ng-model. regards

Hi, I have been trying to make this work for a while now. First of all, content is a blog post, and it is a mixed content. So there are...

when I use require.js management of my js code,load the angular-highlight.js is failed, The error message: "GET http://localhost:3000/js/hljs.js 404" but I did't create hljs.js file. and "require.js:166 Uncaught Error: Script...

An extra element is getting added automatically. how to highligh java code having generic expression within the code... ` package com.app.config public interface ListConfig { /** * @return configuration list...

I have a large dataset that binds to a view with ng-repeat. Is there an event that triggers when the updated dom with hljs js and css is done? I...

I am using hljs-include to pull in code from back-end, which takes half a second. Enough for end-users to notice. I also noticed that hljs initially shows the contents of...