aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/dom.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/dom.js')
-rw-r--r--docs/src/dom.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/src/dom.js b/docs/src/dom.js
index e5320c5f..2c276297 100644
--- a/docs/src/dom.js
+++ b/docs/src/dom.js
@@ -70,9 +70,7 @@ DOM.prototype = {
},
code: function(text) {
- this.tag('div', {'ng:non-bindable':''}, function() {
- this.tag('pre', {'class':"brush: js; html-script: true;"}, text);
- });
+ this.tag('pre', {'class':"prettyprint linenums"}, text);
},
div: function(attr, text) {