aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/dom.js
diff options
context:
space:
mode:
authorMisko Hevery2012-04-28 22:45:28 -0700
committerMisko Hevery2012-05-04 16:12:17 -0700
commit8e2675029f5ca404a7c649cc161df3ea642d941f (patch)
tree6668342fb2c57360e06c9e36bfd4e5e6e08a52f5 /docs/src/dom.js
parentd0159454dfa2e1cee4dd4ab7a41c2fcf9e121a64 (diff)
downloadangular.js-8e2675029f5ca404a7c649cc161df3ea642d941f.tar.bz2
chore(docs): re-skin main documentation
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) {