aboutsummaryrefslogtreecommitdiffstats
path: root/docs/doc_widgets.js
diff options
context:
space:
mode:
authorMisko Hevery2010-11-10 12:02:49 -0800
committerMisko Hevery2010-11-10 12:02:49 -0800
commit6b8ed42670039f53d2b20dc1079f742840f62ae9 (patch)
tree4fe8b80e2d3245a388921a05cbbb1c1f82744d76 /docs/doc_widgets.js
parentc57df3dc776f8a35aaad35fc399960f0d7fee06d (diff)
downloadangular.js-6b8ed42670039f53d2b20dc1079f742840f62ae9.tar.bz2
Added Directives
Diffstat (limited to 'docs/doc_widgets.js')
-rw-r--r--docs/doc_widgets.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doc_widgets.js b/docs/doc_widgets.js
index 7d723bb3..f865548c 100644
--- a/docs/doc_widgets.js
+++ b/docs/doc_widgets.js
@@ -23,7 +23,7 @@
var tabs = angular.element(
'<ul class="doc-example">' +
'<li class="doc-example-heading"><h3>Source</h3></li>' +
- '<li class="doc-example-source" ng:non-bindable><pre class="brush: js"></pre></li>' +
+ '<li class="doc-example-source" ng:non-bindable><pre class="brush: js; brush: xml;"></pre></li>' +
'<li class="doc-example-heading"><h3>Live Preview</h3></li>' +
'<li class="doc-example-live">' + exampleSrc +'</li>' +
'<li class="doc-example-heading"><h3>Scenario Test</h3></li>' +
@@ -44,6 +44,6 @@
return function() {
SyntaxHighlighter.highlight();
- }
+ };
});
})(); \ No newline at end of file