This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Files
/
Copy pathAngular.js
Latest commit
2096 lines (1875 loc) · 61.4 KB
1
'use strict';
2
3
/* We need to tell ESLint what variables are being exported */
4
/* exported
5
angular,
6
msie,
7
jqLite,
8
jQuery,
9
slice,
10
splice,
11
push,
12
toString,
13
minErrConfig,
14
errorHandlingConfig,
15
isValidObjectMaxDepth,
16
ngMinErr,
17
angularModule,
18
uid,
19
REGEX_STRING_REGEXP,
20
VALIDITY_STATE_PROPERTY,
21
22
lowercase,
23
uppercase,
24
nodeName_,
25
isArrayLike,
26
forEach,
27
forEachSorted,
28
reverseParams,
29
nextUid,
30
setHashKey,
31
extend,
32
toInt,
33
inherit,
34
merge,
35
noop,
36
identity,
37
valueFn,
38
isUndefined,
39
isDefined,
40
isObject,
41
isBlankObject,
42
isString,
43
isNumber,
44
isNumberNaN,
45
isDate,
46
isError,
47
isArray,
48
isFunction,
49
isRegExp,
50
isWindow,
51
isScope,
52
isFile,
53
isFormData,
54
isBlob,
55
isBoolean,
56
isPromiseLike,
57
trim,
58
escapeForRegexp,
59
isElement,
60
makeMap,
61
includes,
62
arrayRemove,
63
copy,
64
simpleCompare,
65
equals,
66
csp,
67
jq,
68
concat,
69
sliceArgs,
70
bind,
71
toJsonReplacer,
72
toJson,
73
fromJson,
74
convertTimezoneToLocal,
75
timezoneToOffset,
76
addDateMinutes,
77
startingTag,
78
tryDecodeURIComponent,
79
parseKeyValue,
80
toKeyValue,
81
encodeUriSegment,
82
encodeUriQuery,
83
angularInit,
84
bootstrap,
85
getTestability,
86
snake_case,
87
bindJQuery,
88
assertArg,
89
assertArgFn,
90
assertNotHasOwnProperty,
91
getter,
92
getBlockNodes,
93
hasOwnProperty,
94
createMap,
95
stringify,
96
UNSAFE_restoreLegacyJqLiteXHTMLReplacement,
97
98
NODE_TYPE_ELEMENT,
99
NODE_TYPE_ATTRIBUTE,
100
NODE_TYPE_TEXT,
101
NODE_TYPE_COMMENT,