-
Notifications
You must be signed in to change notification settings - Fork 2
/
HtmlAttributes.json
431 lines (426 loc) · 30.9 KB
/
HtmlAttributes.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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
{
"accesskey": { "attribOption": [], "global": "true" },
"autocapitalize": { "attribOption": ["on", "off"], "global": "true" },
"autocorrect": { "attribOption": ["on", "off"], "global": "true" },
"class": { "attribOption": [], "global": "true", "type": "cssStyle" },
"contenteditable": { "attribOption": [], "global": "true", "type": "boolean" },
"contextmenu": { "attribOption": [], "global": "true" },
"dir": { "attribOption": ["ltr", "rtl"], "global": "true"},
"draggable": { "attribOption": ["auto", "false", "true"], "global": "true" },
"dropzone": { "attribOption": ["copy", "move", "link"], "global": "true" },
"hidden": { "attribOption": ["hidden"], "global": "true" },
"id": { "attribOption": [], "global": "true", "type": "cssId" },
"lang": { "attribOption": ["ab", "aa", "af", "sq", "am", "ar", "an", "hy", "as", "ay", "az", "ba", "eu", "bn", "dz", "bh", "bi", "br",
"bg", "my", "be", "km", "ca", "zh", "co", "hr", "cs", "da", "nl", "en", "eo", "et", "fo", "fa", "fi", "fr",
"fy", "gl", "gd", "gv", "ka", "de", "el", "kl", "gn", "gu", "ht", "ha", "he", "hi", "hu", "is", "io", "id",
"ia", "ie", "iu", "ik", "ga", "it", "ja", "jv", "kn", "ks", "kk", "rw", "ky", "rn", "ko", "ku", "lo", "la",
"lv", "li", "ln", "lt", "mk", "mg", "ms", "ml", "mt", "mi", "mr", "mo", "mn", "na", "ne", "no", "oc", "or",
"om", "ps", "pl", "pt", "pa", "qu", "rm", "ro", "ru", "sz", "sm", "sg", "sa", "sr", "sh", "st", "tn", "sn",
"ii", "sd", "si", "ss", "sk", "sl", "so", "es", "su", "sw", "sv", "tl", "tg", "ta", "tt", "te", "th", "bo",
"ti", "to", "ts", "tr", "tk", "tw", "ug", "uk", "ur", "uz", "vi", "vo", "wa", "cy", "wo", "xh", "yi", "yo",
"zu"],
"global": "true" },
"role": { "attribOption": ["alert", "alertdialog", "article", "application", "banner", "button", "checkbox", "columnheader", "combobox",
"complementary", "contentinfo", "definition", "directory", "dialog", "document", "form", "grid", "gridcell",
"group", "heading", "img", "link", "list", "listbox", "listitem", "log", "main", "marquee", "math", "menu",
"menubar", "menuitem", "menuitemcheckbox", "menuitemradio", "navigation", "note", "option", "presentation",
"progressbar", "radio", "radiogroup", "region", "row", "rowgroup", "rowheader", "scrollbar", "search",
"separator", "slider", "spinbutton", "status", "tab", "tablist", "tabpanel", "textbox", "timer", "toolbar",
"tooltip", "tree", "treegrid", "treeitem"],
"global": "true" },
"spellcheck": { "attribOption": [], "global": "true", "type": "boolean" },
"style": { "attribOption": [], "global": "true", "type": "style" },
"tabindex": { "attribOption": [], "global": "true" },
"title": { "attribOption": [], "global": "true" },
"onabort": { "attribOption": [], "global": "true" },
"onblur": { "attribOption": [], "global": "true" },
"oncanplay": { "attribOption": [], "global": "true" },
"oncanplaythrough": { "attribOption": [], "global": "true" },
"onchange": { "attribOption": [], "global": "true" },
"onclick": { "attribOption": [], "global": "true" },
"oncontextmenu": { "attribOption": [], "global": "true" },
"oncuechange": { "attribOption": [], "global": "true" },
"ondblclick": { "attribOption": [], "global": "true" },
"ondrag": { "attribOption": [], "global": "true" },
"ondragend": { "attribOption": [], "global": "true" },
"ondragenter": { "attribOption": [], "global": "true" },
"ondragleave": { "attribOption": [], "global": "true" },
"ondragover": { "attribOption": [], "global": "true" },
"ondragstart": { "attribOption": [], "global": "true" },
"ondrop": { "attribOption": [], "global": "true" },
"ondurationchange": { "attribOption": [], "global": "true" },
"onemptied": { "attribOption": [], "global": "true" },
"onended": { "attribOption": [], "global": "true" },
"onerror": { "attribOption": [], "global": "true" },
"onfocus": { "attribOption": [], "global": "true" },
"oninput": { "attribOption": [], "global": "true" },
"oninvalid": { "attribOption": [], "global": "true" },
"onkeydown": { "attribOption": [], "global": "true" },
"onkeypress": { "attribOption": [], "global": "true" },
"onkeyup": { "attribOption": [], "global": "true" },
"onload": { "attribOption": [], "global": "true" },
"onloadeddata": { "attribOption": [], "global": "true" },
"onloadedmetadata": { "attribOption": [], "global": "true" },
"onloadstart": { "attribOption": [], "global": "true" },
"onmousedown": { "attribOption": [], "global": "true" },
"onmousemove": { "attribOption": [], "global": "true" },
"onmouseout": { "attribOption": [], "global": "true" },
"onmouseover": { "attribOption": [], "global": "true" },
"onmouseup": { "attribOption": [], "global": "true" },
"onmousewheel": { "attribOption": [], "global": "true" },
"onpause": { "attribOption": [], "global": "true" },
"onplay": { "attribOption": [], "global": "true" },
"onplaying": { "attribOption": [], "global": "true" },
"onprogress": { "attribOption": [], "global": "true" },
"onratechange": { "attribOption": [], "global": "true" },
"onreadystatechange": { "attribOption": [], "global": "true" },
"onreset": { "attribOption": [], "global": "true" },
"onscroll": { "attribOption": [], "global": "true" },
"onseeked": { "attribOption": [], "global": "true" },
"onseeking": { "attribOption": [], "global": "true" },
"onselect": { "attribOption": [], "global": "true" },
"onshow": { "attribOption": [], "global": "true" },
"onstalled": { "attribOption": [], "global": "true" },
"onsubmit": { "attribOption": [], "global": "true" },
"onsuspend": { "attribOption": [], "global": "true" },
"ontimeupdate": { "attribOption": [], "global": "true" },
"onvolumechange": { "attribOption": [], "global": "true" },
"onwaiting": { "attribOption": [], "global": "true" },
"accept": { "attribOption": ["text/html", "text/plain", "application/msword", "application/msexcel", "application/postscript",
"application/x-zip-compressed", "application/pdf", "application/rtf", "video/x-msvideo", "video/quicktime",
"video/x-mpeg2", "audio/x-pn/realaudio", "audio/x-mpeg", "audio/x-waw", "audio/x-aiff", "audio/basic",
"image/tiff", "image/jpeg", "image/gif", "image/x-png", "image/x-photo-cd", "image/x-MS-bmp", "image/x-rgb",
"image/x-portable-pixmap", "image/x-portable-greymap", "image/x-portablebitmap"] },
"accept-charset": { "attribOption": [] },
"action": { "attribOption": [] },
"align": { "attribOption": [] },
"alt": { "attribOption": [] },
"archive": { "attribOption": [] },
"async": { "attribOption": [], "type": "flag" },
"autocomplete": { "attribOption": ["off", "on"] },
"autofocus": { "attribOption": [], "type": "flag" },
"autoplay": { "attribOption": [], "type": "flag" },
"behavior": { "attribOption": ["scroll", "slide", "alternate"] },
"bgcolor": { "attribOption": [], "type": "color" },
"border": { "attribOption": [] },
"challenge": { "attribOption": [] },
"charset": { "attribOption": ["iso-8859-1", "utf-8", "shift_jis", "euc-jp", "big5", "gb2312", "euc-kr", "din_66003-kr", "ns_4551-1-kr",
"sen_850200_b", "csISO2022jp", "hz-gb-2312", "ibm852", "ibm866", "irv", "iso-2022-kr", "iso-8859-2",
"iso-8859-3", "iso-8859-4", "iso-8859-5", "iso-8859-6", "iso-8859-7", "iso-8859-8", "iso-8859-9", "koi8-r",
"ks_c_5601", "windows-1250", "windows-1251", "windows-1252", "windows-1253", "windows-1254", "windows-1255",
"windows-1256", "windows-1257", "windows-1258", "windows-874", "x-euc", "asmo-708", "dos-720", "dos-862",
"dos-874", "cp866", "cp1256"] },
"checked": { "attribOption": [], "type": "flag" },
"cite": { "attribOption": [] },
"codebase": { "attribOption": [] },
"codetype": { "attribOption": [] },
"cols": { "attribOption": [] },
"colspan": { "attribOption": [] },
"content": { "attribOption": [] },
"controls": { "attribOption": [], "type": "flag" },
"coords": { "attribOption": [] },
"data": { "attribOption": [] },
"datetime": { "attribOption": [] },
"declare": { "attribOption": [], "type": "flag" },
"default": { "attribOption": [], "type": "flag" },
"defer": { "attribOption": [], "type": "flag" },
"direction": { "attribOption": ["left", "right", "up", "down"] },
"dirname": { "attribOption": [] },
"disabled": { "attribOption": [], "type": "flag" },
"enctype": { "attribOption": ["application/x-www-form-urlencoded", "multipart/form-data", "text/plain"] },
"for": { "attribOption": [] },
"form": { "attribOption": [] },
"formaction": { "attribOption": [] },
"formenctype": { "attribOption": ["application/x-www-form-urlencoded", "multipart/form-data", "text/plain"] },
"formmethod": { "attribOption": ["get", "post"] },
"formnovalidate": { "attribOption": [], "type": "flag" },
"formtarget": { "attribOption": ["_blank", "_parent", "_self", "_top"] },
"headers": { "attribOption": [] },
"height": { "attribOption": [] },
"high": { "attribOption": [] },
"href": { "attribOption": [] },
"hreflang": { "attribOption": [] },
"hspace": { "attribOption": [] },
"http-equiv": { "attribOption": ["content-type", "default-style", "refresh"] },
"icon": { "attribOption": [] },
"inputmode": { "attribOption": ["email", "numeric", "tel"]},
"ismap": { "attribOption": [], "type": "flag" },
"itemprop": { "attribOption": [] },
"itemscope": { "attribOption": [] },
"itemtype": { "attribOption": [] },
"keytype": { "attribOption": ["dsa", "ec", "rsa"] },
"kind": { "attribOption": ["captions", "chapters", "descriptions", "metadata", "subtitles"] },
"label": { "attribOption": [] },
"list": { "attribOption": [] },
"longdesc": { "attribOption": [] },
"loop": { "attribOption": [], "type": "flag" },
"low": { "attribOption": [] },
"manifest": { "attribOption": [] },
"max": { "attribOption": [] },
"maxlength": { "attribOption": [] },
"media": { "attribOption": ["screen", "tty", "tv", "projection", "handheld", "print", "aural", "braille", "embossed", "speech", "all", "width",
"min-width", "max-width", "height", "min-height", "max-height", "device-width", "min-device-width", "max-device-width",
"device-height", "min-device-height", "max-device-height", "orientation", "aspect-ratio", "min-aspect-ratio",
"max-aspect-ratio", "device-aspect-ratio", "min-device-aspect-ratio", "max-device-aspect-ratio", "color",
"min-color", "max-color", "color-index", "min-color-index", "max-color-index", "monochrome", "min-monochrome",
"max-monochrome", "resolution", "min-resolution", "max-resolution", "scan", "grid"],
"allowMultipleValues": "true" },
"mediagroup": { "attribOption": [] },
"method": { "attribOption": ["get", "post"] },
"min": { "attribOption": [] },
"multiple": { "attribOption": [], "type": "flag" },
"muted": { "attribOption": [], "type": "flag" },
"name": { "attribOption": [] },
"meta/name": { "attribOption": ["application-name", "author", "description", "format-detection", "generator", "Keywords", "viewport", "robots"] },
"novalidate": { "attribOption": [], "type": "flag" },
"open": { "attribOption": [], "type": "flag" },
"optimum": { "attribOption": [] },
"pattern": { "attribOption": [] },
"placeholder": { "attribOption": [] },
"poster": { "attribOption": [] },
"preload": { "attribOption": ["auto", "metadata", "none"] },
"pubdate": { "attribOption": [] },
"radiogroup": { "attribOption": [] },
"rel": { "attribOption": ["alternate", "author", "bookmark", "help", "license", "next", "nofollow", "noreferrer", "prefetch",
"prev", "search", "sidebar", "tag", "external"] },
"link/rel": { "attribOption": ["alternate", "author", "help", "icon", "license", "next", "pingback", "prefetch", "prev", "search",
"sidebar", "stylesheet", "tag"] },
"readonly": { "attribOption": [], "type": "flag" },
"required": { "attribOption": [], "type": "flag" },
"reversed": { "attribOption": [], "type": "flag" },
"rows": { "attribOption": [] },
"rowspan": { "attribOption": [] },
"sandbox": { "attribOption": ["allow-forms", "allow-same-origin", "allow-scripts", "allow-top-navigation"] },
"seamless": { "attribOption": [], "type": "flag" },
"selected": { "attribOption": [], "type": "flag" },
"scope": { "attribOption": ["col", "colgroup", "row", "rowgroup"] },
"scoped": { "attribOption": [], "type": "boolean" },
"scrollamount": { "attribOption": [] },
"scrolldelay": { "attribOption": [] },
"shape": { "attribOption": ["circle", "default", "poly","rect"] },
"size": { "attribOption": [] },
"sizes": { "attribOption": ["any"] },
"span": { "attribOption": [] },
"src": { "attribOption": [] },
"srcdoc": { "attribOption": [] },
"srcset": { "attribOption": [] },
"srclang": { "attribOption": [] },
"standby": { "attribOption": [] },
"start": { "attribOption": [] },
"step": { "attribOption": [] },
"target": { "attribOption": ["_blank", "_parent", "_self", "_top"] },
"truespeed": { "attribOption": [], "type": "flag" },
"type": { "attribOption": [] },
"button/type": { "attribOption": ["button", "reset", "submit"] },
"command/type": { "attribOption": ["command", "checkbox", "radio"] },
"link/type": { "attribOption": ["text/css"] },
"menu/type": { "attribOption": ["context", "list", "toolbar"] },
"ol/type": { "attribOption": ["1", "a", "A", "i", "I"] },
"script/type": { "attribOption": ["text/javascript", "text/ecmascript", "text/jscript", "text/livescript", "text/tcl", "text/x-javascript", "text/x-ecmascript",
"application/x-javascript", "application/x-ecmascript", "application/javascript", "application/ecmascript", "text/ng-template"] },
"style/type": { "attribOption": ["text/css"] },
"input/type": { "attribOption": ["button", "checkbox", "color", "date", "datetime", "datetime-local", "email", "file", "hidden", "image", "month",
"number", "password", "radio", "range", "reset", "search", "submit", "tel", "text", "time", "url", "week"] },
"usemap": { "attribOption": [] },
"value": { "attribOption": [] },
"vspace": { "attribOption": [] },
"width": { "attribOption": [] },
"wrap": { "attribOption": ["hard", "soft"] },
"xml:lang": { "attribOption": [] },
"xmlns": { "attribOption": [] },
"active-slide": { "attribOption": [] },
"align-title": { "attribOption": ["center", "left", "right"] },
"auto-play": { "attribOption": [], "type": "boolean" },
"badge-style": { "attribOption": [] },
"badge": { "attribOption": [] },
"cache-view": { "attribOption": [], "type": "boolean" },
"can-swipe": { "attribOption": [], "type": "boolean" },
"delegate-handle": { "attribOption": [] },
"disable-pulling-rotation": { "attribOption": [], "type": "boolean"},
"distance": { "attribOption": [] },
"does-continue": { "attribOption": [], "type": "boolean" },
"drag-content": { "attribOption": [], "type": "boolean" },
"edge-drag-threshold": { "attribOption": [], "type": "boolean" },
"enable-menu-with-back-views": { "attribOption": [], "type": "boolean" },
"expose-aside-when": { "attribOption": [] },
"has-bouncing": { "attribOption": [], "type": "boolean" },
"has-header": { "attribOption": [], "type": "boolean" },
"has-tabs": { "attribOption": [], "type": "boolean" },
"hide-back-button": { "attribOption": [], "type": "boolean" },
"hide-nav-bar": { "attribOption": [], "type": "boolean" },
"icon-off": { "attribOption": [] },
"icon-on": { "attribOption": [] },
"is-enabled": { "attribOption": [], "type": "boolean" },
"keyboard-attach": { "attribOption": [] },
"locking": { "attribOption": [], "type": "boolean" },
"max-zoom": { "attribOption": [] },
"min-zoom": { "attribOption": [] },
"no-tap-scroll": { "attribOption": [], "type": "boolean" },
"on-deselect": { "attribOption": [] },
"on-infinite": { "attribOption": [] },
"on-pulling": { "attribOption": [] },
"on-refresh ": { "attribOption": [] },
"on-refresh": { "attribOption": [] },
"on-scroll-complete": { "attribOption": [] },
"on-scroll": { "attribOption": [] },
"on-select": { "attribOption": [] },
"on-slide-changed": { "attribOption": [] },
"options": { "attribOption": [] },
"overflow-scroll": { "attribOption": [] },
"padding": { "attribOption": [], "type": "boolean" },
"pager-click": { "attribOption": [] },
"paging": { "attribOption": [], "type": "boolean" },
"pulling-icon": { "attribOption": [] },
"pulling-text": { "attribOption": [] },
"refreshing-icon": { "attribOption": [] },
"refreshing-text": { "attribOption": [] },
"scroll-event-interval": { "attribOption": [] },
"scroll": { "attribOption": [], "type": "boolean" },
"scrollbar-x": { "attribOption": [], "type": "boolean" },
"scrollbar-y": { "attribOption": [], "type": "boolean" },
"show-delete": { "attribOption": [], "type": "boolean" },
"show-pager": { "attribOption": [], "type": "boolean" },
"show-reorder": { "attribOption": [], "type": "boolean" },
"slide-interval": { "attribOption": [] },
"slider": { "attribOption": [] },
"start-x": { "attribOption": [] },
"start-y": { "attribOption": [] },
"toggle-class": { "attribOption": [] },
"view-title": { "attribOption": [] },
"zooming": { "attribOption": [], "type": "boolean" },
"ion-list/type": { "attribOption": ["list-inset", "card"] },
"ion-content/direction": { "attribOption": ["x", "y", "xy"] },
"ion-nav-buttons/side": { "attribOption": ["primary", "secondary", "left", "right"] },
"ion-side-menu/side": { "attribOption": ["left", "right"] },
"on-hold": { "attribOption": [], "global": "true" },
"on-tap": { "attribOption": [], "global": "true" },
"on-touch": { "attribOption": [], "global": "true" },
"on-release": { "attribOption": [], "global": "true" },
"on-drag": { "attribOption": [], "global": "true" },
"on-drag-up": { "attribOption": [], "global": "true" },
"on-drag-right": { "attribOption": [], "global": "true" },
"on-drag-down": { "attribOption": [], "global": "true" },
"on-drag-left": { "attribOption": [], "global": "true" },
"on-swipe": { "attribOption": [], "global": "true" },
"on-swipe-up": { "attribOption": [], "global": "true" },
"on-swipe-right": { "attribOption": [], "global": "true" },
"on-swipe-down": { "attribOption": [], "global": "true" },
"on-swipe-left": { "attribOption": [], "global": "true" },
"menu-toggle": { "attribOption": ["left", "right"], "global": "true" },
"menu-close": { "attribOption": [], "global": "true" },
"collection-repeat": { "attribOption": [], "global": "true" },
"collection-item-width": { "attribOption": [], "global": "true" },
"collection-item-height": { "attribOption": [], "global": "true" },
"nav-transition": { "attribOption": ["ios", "android", "none"], "global": "true" },
"nav-direction": { "attribOption": ["forward", "back", "enter", "exit", "swap"], "global": "true" },
"data-tap-disabled": { "attribOption": ["false", "true"], "global": "true" },
"ng-app": { "attribOption": [] },
"ng-blur": { "attribOption": [] },
"ng-copy": { "attribOption": [] },
"ng-cut": { "attribOption": [] },
"ng-disabled": { "attribOption": [] },
"ng-list": { "attribOption": [] },
"ng-model": { "attribOption": [] },
"ng-open": { "attribOption": [] },
"ng-href": { "attribOption": [] },
"ng-controller": { "attribOption": [] , "global": "true" },
"ng-if": { "attribOption": [] , "global": "true" },
"ng-bind": { "attribOption": [] , "global": "true" },
"ng-bind-html": { "attribOption": [] , "global": "true" },
"ng-bind-template": { "attribOption": [] , "global": "true" },
"ng-change": { "attribOption": [] , "global": "true" },
"ng-checked": { "attribOption": [] , "global": "true" },
"ng-class": { "attribOption": [] , "global": "true" },
"ng-class-even": { "attribOption": [] , "global": "true" },
"ng-class-odd": { "attribOption": [] , "global": "true" },
"ng-click": { "attribOption": [] , "global": "true" },
"ng-cloak": { "attribOption": [] , "global": "true" , "type": "flag" },
"ng-dblclick": { "attribOption": [] , "global": "true" },
"ng-hide": { "attribOption": [] , "global": "true" },
"ng-init": { "attribOption": [] , "global": "true" },
"ng-keydown": { "attribOption": [] , "global": "true" },
"ng-keypress": { "attribOption": [] , "global": "true" },
"ng-keyup": { "attribOption": [] , "global": "true" },
"ng-mousedown": { "attribOption": [] , "global": "true" },
"ng-mouseenter": { "attribOption": [] , "global": "true" },
"ng-mouseleave": { "attribOption": [] , "global": "true" },
"ng-mousemove": { "attribOption": [] , "global": "true" },
"ng-mouseover": { "attribOption": [] , "global": "true" },
"ng-mouseup": { "attribOption": [] , "global": "true" },
"ng-non-bindable": { "attribOption": [] , "global": "true" },
"ng-repeat": { "attribOption": [] , "global": "true" },
"ng-show": { "attribOption": [] , "global": "true" },
"ng-style": { "attribOption": [] , "global": "true" },
"ng-switch": { "attribOption": [] , "global": "true" },
"ng-include": { "attribOption": [] , "global": "true" },
"ng-transclude": { "attribOption": [] , "global": "true" },
"ng-pluralize": { "attribOption": [] , "global": "true" },
"ng-value": { "attribOption": [] },
"ng-view": { "attribOption": [] , "global": "true" },
"ng-swipe-left": { "attribOption": [] , "global": "true" },
"ng-swipe-right": { "attribOption": [] , "global": "true" },
"data-ng-app": { "attribOption": [] },
"data-ng-blur": { "attribOption": [] },
"data-ng-copy": { "attribOption": [] },
"data-ng-cut": { "attribOption": [] },
"data-ng-disabled": { "attribOption": [] },
"data-ng-list": { "attribOption": [] },
"data-ng-model": { "attribOption": [] },
"data-ng-open": { "attribOption": [] },
"data-ng-href": { "attribOption": [] },
"data-ng-controller": { "attribOption": [] , "global": "true" },
"data-ng-repeat": { "attribOption": [] , "global": "true" },
"data-ng-if": { "attribOption": [] , "global": "true" },
"data-ng-bind": { "attribOption": [] , "global": "true" },
"data-ng-bind-html": { "attribOption": [] , "global": "true" },
"data-ng-bind-template": { "attribOption": [] , "global": "true" },
"data-ng-change": { "attribOption": [] , "global": "true" },
"data-ng-checked": { "attribOption": [] , "global": "true" },
"data-ng-class": { "attribOption": [] , "global": "true" },
"data-ng-class-even": { "attribOption": [] , "global": "true" },
"data-ng-class-odd": { "attribOption": [] , "global": "true" },
"data-ng-click": { "attribOption": [] , "global": "true" },
"data-ng-cloak": { "attribOption": [] , "global": "true" , "type": "flag" },
"data-ng-dblclick": { "attribOption": [] , "global": "true" },
"data-ng-hide": { "attribOption": [] , "global": "true" },
"data-ng-init": { "attribOption": [] , "global": "true" },
"data-ng-keydown": { "attribOption": [] , "global": "true" },
"data-ng-keypress": { "attribOption": [] , "global": "true" },
"data-ng-keyup": { "attribOption": [] , "global": "true" },
"data-ng-mousedown": { "attribOption": [] , "global": "true" },
"data-ng-mouseenter": { "attribOption": [] , "global": "true" },
"data-ng-mouseleave": { "attribOption": [] , "global": "true" },
"data-ng-mousemove": { "attribOption": [] , "global": "true" },
"data-ng-mouseover": { "attribOption": [] , "global": "true" },
"data-ng-mouseup": { "attribOption": [] , "global": "true" },
"data-ng-non-bindable": { "attribOption": [] , "global": "true" },
"data-ng-repeat": { "attribOption": [] , "global": "true" },
"data-ng-show": { "attribOption": [] , "global": "true" },
"data-ng-style": { "attribOption": [] , "global": "true" },
"data-ng-switch": { "attribOption": [] , "global": "true" },
"data-ng-include": { "attribOption": [] , "global": "true" },
"data-ng-transclude": { "attribOption": [] , "global": "true" },
"data-ng-pluralize": { "attribOption": [] , "global": "true" },
"data-ng-view": { "attribOption": [] , "global": "true" },
"data-ng-swipe-left": { "attribOption": [] , "global": "true" },
"data-ng-swipe-right": { "attribOption": [] , "global": "true" },
"ion-track-click": { "attribOption": [] , "global": "true" },
"ion-track-tap": { "attribOption": [] , "global": "true" },
"ion-track-doubletap": { "attribOption": [] , "global": "true" },
"ion-track-hold": { "attribOption": [] , "global": "true" },
"ion-track-release": { "attribOption": [] , "global": "true" },
"ion-track-drag": { "attribOption": [] , "global": "true" },
"ion-track-dragleft": { "attribOption": [] , "global": "true" },
"ion-track-dragright": { "attribOption": [] , "global": "true" },
"ion-track-dragup": { "attribOption": [] , "global": "true" },
"ion-track-dragdown": { "attribOption": [] , "global": "true" },
"ion-track-swipeleft": { "attribOption": [] , "global": "true" },
"ion-track-swiperight": { "attribOption": [] , "global": "true" },
"ion-track-swipeup": { "attribOption": [] , "global": "true" },
"ion-track-swipedown": { "attribOption": [] , "global": "true" },
"ion-track-transform": { "attribOption": [] , "global": "true" },
"ion-track-pinch": { "attribOption": [] , "global": "true" },
"ion-track-pinchin": { "attribOption": [] , "global": "true" },
"ion-track-pinchout": { "attribOption": [] , "global": "true" },
"ion-track-rotate": { "attribOption": [] , "global": "true" }
}