I'm looking for a good angularjs module/directive for Syntax Highlighting (js and a whole html page). I found http://ngmodules.org/modules/angular-highlightjs it's good but it cuts off in ie
<!DOCTYPE html>
<html ng-app>
<head>
<title>Simple app</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.13/angular.js"></script>
</head>
<body>
<input ng-model="name" type="text" placeholder="Your name">
<h1>Hello {{ name }}</h1>
</body>
</html>
DOCTYPE html head and body
Do you know any tool out there to highlight a whole html page like the above ?
Is there a angular wrapper for https://google-code-prettify.googlecode.com/svn/trunk/README.html

Ended up
using http://pc035860.github.io/angular-highlightjs/example/#/hljs-source