-
Notifications
You must be signed in to change notification settings - Fork 0
/
menus.json
151 lines (151 loc) · 3.38 KB
/
menus.json
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
[{
"text": "overview",
"sections": [{
"text": "introduction",
"href": "overview/introduction"
}, {
"text": "install",
"href": "overview/install"
}, {
"text": "application",
"href": "overview/application"
}]
}, {
"text": "directive",
"sections": [{
"text": "introduction",
"href": "directive/introduction"
}, {
"text": "decorator",
"href": "directive/decorator"
}, {
"text": "expression",
"href": "directive/expression"
}, {
"text": "scope",
"href": "directive/scope"
}, {
"text": "lifeCycle",
"href": "directive/lifeCycle"
}, {
"text": "+loading",
"href": "directive/loading"
}, {
"text": "+loaded",
"href": "directive/loaded"
}, {
"text": "+unloading",
"href": "directive/unloading"
}, {
"text": "+unloaded",
"href": "directive/unloaded"
}, {
"text": "+sentry",
"href": "directive/sentry"
}, {
"text": "controller",
"href": "directive/controller"
}, {
"text": "$checked",
"href": "directive/checked"
}, {
"text": "$class",
"href": "directive/class"
}, {
"text": "$each",
"href": "directive/each"
}, {
"text": "$exist",
"href": "directive/exist"
}, {
"text": "$file",
"href": "directive/file"
}, {
"text": "$focus",
"href": "directive/focus"
}, {
"text": "$html",
"href": "directive/html"
}, {
"text": "$result",
"href": "directive/result"
}, {
"text": "$selected",
"href": "directive/selected"
}, {
"text": "$style",
"href": "directive/style"
}, {
"text": "$text",
"href": "directive/text"
}, {
"text": "$value",
"href": "directive/value"
}, {
"text": "$watch",
"href": "directive/watch"
}, {
"text": "boolean",
"href": "directive/boolean"
}, {
"text": "general",
"href": "directive/general"
}, {
"text": "eventHandler",
"href": "directive/eventHandler"
}, {
"text": "meta",
"href": "directive/meta"
}, {
"text": "@raw",
"href": "directive/raw"
}, {
"text": "@directive",
"href": "directive/dynamic"
}]
}, {
"text": "module",
"sections": [{
"text": "introduction",
"href": "module/introduction"
}, {
"text": "template",
"href": "module/template"
}, {
"text": "style",
"href": "module/style"
}, {
"text": "script",
"href": "module/script"
}, {
"text": "json",
"href": "module/json"
}, {
"text": "string",
"href": "module/string"
}, {
"text": "namespace",
"href": "module/namespace"
}]
}, {
"text": "router",
"sections": [{
"text": "introduction",
"href": "router/introduction"
}, {
"text": "structure",
"href": "router/structure"
}]
}, {
"text": "api",
"sections": [{
"text": "introduction",
"href": "api/introduction"
}]
}, {
"text": "miscellaneous",
"sections": [{
"text": "introduction",
"href": "miscellaneous/introduction"
}]
}]