mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
Added Directives
This commit is contained in:
@@ -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();
|
||||
}
|
||||
};
|
||||
});
|
||||
})();
|
||||
Reference in New Issue
Block a user