-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathoutlearn.json
More file actions
103 lines (100 loc) · 3.86 KB
/
outlearn.json
File metadata and controls
103 lines (100 loc) · 3.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"olpVersion" : "0.5",
"paths" : [
{
"name" : "dev-guide",
"title" : "Angular Developer Guide",
"description" : "Learn how to develop awesome web apps with angular",
"coverImage" : "https://raw.githubusercontent.com/outlearn-content/angular/master/img/rope.jpg",
"privacy" : "public",
"pages" : [
{"module" : "introduction"},
{"module" : "concepts"},
{"module" : "databinding"},
{"module" : "controller"},
{"module" : "services"},
{"module" : "scope"},
{"module" : "di"},
{"module" : "templates"},
{"module" : "expression"},
{"module" : "filter"},
{"module" : "forms"},
{"module" : "directive"},
{"module" : "animations"},
{"module" : "module"},
{"module" : "compiler"},
{"module" : "providers"},
{"module" : "bootstrap"},
{"module" : "unit-testing"},
{"module" : "e2e-testing"},
{"module" : "location"},
{"module" : "css-styling"},
{"module" : "i18n"},
{"module" : "security"},
{"module" : "accessibility"},
{"module" : "ie"},
{"module" : "production"},
{"module" : "migration"}
]
}
],
"modules" : [
{"olm" : "./modules/index.md"},
{"olm" : "./modules/introduction.md"},
{"olm" : "./modules/concepts.md"},
{"olm" : "./modules/databinding.md"},
{"olm" : "./modules/controller.md"},
{"olm" : "./modules/services.md"},
{"olm" : "./modules/scope.md"},
{"olm" : "./modules/di.md"},
{"olm" : "./modules/templates.md"},
{"olm" : "./modules/expression.md"},
{"olm" : "./modules/filter.md"},
{"olm" : "./modules/forms.md"},
{"olm" : "./modules/directive.md"},
{"olm" : "./modules/animations.md"},
{"olm" : "./modules/module.md"},
{"olm" : "./modules/compiler.md"},
{"olm" : "./modules/providers.md"},
{"olm" : "./modules/bootstrap.md"},
{"olm" : "./modules/unit-testing.md"},
{"olm" : "./modules/e2e-testing.md"},
{"olm" : "./modules/$location.md"},
{"olm" : "./modules/css-styling.md"},
{"olm" : "./modules/i18n.md"},
{"olm" : "./modules/security.md"},
{"olm" : "./modules/accessibility.md"},
{"olm" : "./modules/ie.md"},
{"olm" : "./modules/production.md"},
{"olm" : "./modules/migration.md"},
{
"name" : "angular-tutorial",
"version" : "0.1",
"title" : "PhoneCat Tutorial App",
"description": "You get to build an AngularJS web app.",
"homepage" : "https://docs.angularjs.org/tutorial",
"canonicalSource" : "https://docs.angularjs.org/tutorial",
"freshnessDate" : 2015-06-03,
"license" : "CC BY",
"sections" : [
{"title": "Welcome", "content": "sections/index.md"},
{"title": "0 - Bootstrapping", "content": "sections/step_00.md"},
{"title": "1 - Static Template", "content": "sections/step_01.md"},
{"title": "2 - Angular Templates", "content": "sections/step_02.md"},
{"title": "3 - Filtering Repeaters", "content": "sections/step_03.md"},
{"title": "4 - Two-way Data Binding", "content": "sections/step_04.md"},
{"title": "5 - XHRs & Dependency Injection", "content": "sections/step_05.md"},
{"title": "6 - Templating Links & Images", "content": "sections/step_06.md"},
{"title": "7 - Routing & Multiple Views", "content": "sections/step_07.md"},
{"title": "8 - More Templating", "content": "sections/step_08.md"},
{"title": "9 - Filters", "content": "sections/step_09.md"},
{"title": "10 - Event Handlers", "content": "sections/step_10.md"},
{"title": "11 - REST and Custom Services", "content": "sections/step_11.md"},
{"title": "12 - Applying Animations", "content": "sections/step_12.md"},
{"title": "The End", "content": "sections/the_end.md"}
]
}
],
"assets" : [
]
}