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

Files

2096 lines (1875 loc) · 61.4 KB

Angular.js

File metadata and controls

2096 lines (1875 loc) · 61.4 KB
 
Jul 18, 2011
Jul 18, 2011
1
'use strict';
2
Aug 5, 2016
Aug 5, 2016
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,
Feb 8, 2017
Feb 8, 2017
13
minErrConfig,
14
errorHandlingConfig,
15
isValidObjectMaxDepth,
Aug 5, 2016
Aug 5, 2016
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,
Sep 5, 2016
Sep 5, 2016
44
isNumberNaN,
Aug 5, 2016
Aug 5, 2016
45
isDate,
May 22, 2017
May 22, 2017
46
isError,
Aug 5, 2016
Aug 5, 2016
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,
Mar 28, 2017
Mar 28, 2017
64
simpleCompare,
Aug 5, 2016
Aug 5, 2016
65
equals,
66
csp,
67
jq,
68
concat,
69
sliceArgs,
70
bind,
71
toJsonReplacer,
72
toJson,
73
fromJson,
74
convertTimezoneToLocal,
75
timezoneToOffset,
Apr 6, 2018
Apr 6, 2018
76
addDateMinutes,
Aug 5, 2016
Aug 5, 2016
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,
May 26, 2020
May 26, 2020
96
UNSAFE_restoreLegacyJqLiteXHTMLReplacement,
Aug 5, 2016
Aug 5, 2016
97
98
NODE_TYPE_ELEMENT,
99
NODE_TYPE_ATTRIBUTE,
100
NODE_TYPE_TEXT,
101
NODE_TYPE_COMMENT,