Added Directives

This commit is contained in:
Misko Hevery
2010-11-10 12:02:49 -08:00
parent c57df3dc77
commit 6b8ed42670
8 changed files with 655 additions and 27 deletions

View File

@@ -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();
}
};
});
})();