mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
doc(ngdoc): proper label for source and demo section
This commit is contained in:
parent
275e5335dc
commit
2356c21650
1 changed files with 2 additions and 2 deletions
|
|
@ -58,10 +58,10 @@ exports.Example.prototype.addSource = function(name, content) {
|
|||
};
|
||||
|
||||
exports.Example.prototype.toHtml = function() {
|
||||
return '<h1>Demo Source Code</h1>\n' +
|
||||
return '<h1>Source</h1>\n' +
|
||||
this.toHtmlEdit() +
|
||||
this.toHtmlTabs() +
|
||||
'<h1>Demo Source Code</h1>\n' +
|
||||
'<h1>Demo</h1>\n' +
|
||||
this.toHtmlEmbed();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue