diff options
| author | Misko Hevery | 2012-05-25 13:56:13 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2012-06-02 16:02:04 -0700 | 
| commit | 2356c216509defef8d78c4cbaa1306622f771b3c (patch) | |
| tree | c6bdef80768875e87d5f0720a2c0da9b78d5ceb6 /docs/src | |
| parent | 275e5335dcecb1d5af014267b61c0b75173f5b68 (diff) | |
| download | angular.js-2356c216509defef8d78c4cbaa1306622f771b3c.tar.bz2 | |
doc(ngdoc): proper label for source and demo section
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/example.js | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/example.js b/docs/src/example.js index 44a74b23..c85e1d0e 100644 --- a/docs/src/example.js +++ b/docs/src/example.js @@ -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();  };  | 
