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 does not highlight any content.
but if I use the cdn copy of highlight.js or build it locally myself, then it highlights content very well. What is the issue here?