Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7a5f25f

Browse files
committed
doc(guide): add concepts
1 parent 96697f4 commit 7a5f25f

15 files changed

Lines changed: 7961 additions & 2 deletions

docs/content/guide/concepts.ngdoc

Lines changed: 467 additions & 0 deletions
Large diffs are not rendered by default.
80.2 KB
Loading
48.4 KB
Loading

docs/img/guide/concepts-model.png

54.7 KB
Loading
28.9 KB
Loading
39.8 KB
Loading

docs/img/guide/concepts-scope.png

78.3 KB
Loading
34 KB
Loading

docs/img/guide/concepts-view.png

51 KB
Loading

docs/src/example.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ exports.Example.prototype.addSource = function(name, content) {
5858
};
5959

6060
exports.Example.prototype.toHtml = function() {
61-
return '<h1>Source</h1>\n' +
61+
return '<h2>Source</h2>\n' +
6262
this.toHtmlEdit() +
6363
this.toHtmlTabs() +
64-
'<h1>Demo</h1>\n' +
64+
'<h2>Demo</h2>\n' +
6565
this.toHtmlEmbed();
6666
};
6767

0 commit comments

Comments
 (0)