Skip to content
Sign up
Sign in
This repository
Explore
Features
Enterprise
Blog
Watch
3,346
Star
35,200
Fork
14,254
angular
/
angular.js
Code
Issues
Pull Requests
Wiki
Pulse
Graphs
HTTPS
clone URL
Subversion
checkout URL
You can clone with
HTTPS
or
Subversion
.
Download ZIP
Permalink
angular.js
/
angularFiles.js
Newer
Older
100755
235 lines (215 sloc)
5.817 kb
Raw
Normal view
History
36831ec
refactor(jshint): reduce duplication & test all JS files
mzgol
authored
Jun 23, 2014
1
'
use strict
'
;
2
3
var
angularFiles
=
{
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
4
'
angularSrc
'
:
[
003861d
chore(minErr): replace ngError with minErr
ksheedlo
authored
Jun 7, 2013
5
'
src/minErr.js
'
,
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
6
'
src/Angular.js
'
,
5143e7b
feat(module): new module loader
mhevery
authored
Jan 6, 2012
7
'
src/loader.js
'
,
9555511
style(angularPublic): move public export definition to AnuglarPublic.js
mhevery
authored
Nov 14, 2011
8
'
src/AngularPublic.js
'
,
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
9
'
src/jqLite.js
'
,
10
'
src/apis.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
11
12
'
src/auto/injector.js
'
,
13
14
'
src/ng/anchorScroll.js
'
,
81923f1
feat(ngAnimate): complete rewrite of animations
matsko
authored
Jun 18, 2013
15
'
src/ng/animate.js
'
,
6276142
chore(core): create a wrapper to manage async callbacks
matsko
authored
Feb 24, 2014
16
'
src/ng/asyncCallback.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
17
'
src/ng/browser.js
'
,
18
'
src/ng/cacheFactory.js
'
,
beea3a4
style($compile): rename compiler.js to compile.js
IgorMinar
authored
May 2, 2012
19
'
src/ng/compile.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
20
'
src/ng/controller.js
'
,
21
'
src/ng/document.js
'
,
22
'
src/ng/exceptionHandler.js
'
,
bea9422
feat($sce): new $sce service for Strict Contextual Escaping.
chirayuk
authored
May 14, 2013
23
'
src/ng/http.js
'
,
24
'
src/ng/httpBackend.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
25
'
src/ng/interpolate.js
'
,
2b5ce84
feat($interval): add a service wrapping setInterval
juliemr
authored
Sep 13, 2013
26
'
src/ng/interval.js
'
,
bea9422
feat($sce): new $sce service for Strict Contextual Escaping.
chirayuk
authored
May 14, 2013
27
'
src/ng/locale.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
28
'
src/ng/location.js
'
,
29
'
src/ng/log.js
'
,
30
'
src/ng/parse.js
'
,
31
'
src/ng/q.js
'
,
04d7317
chore(core): introduce a wrapper for requestAnimationFrame
matsko
authored
Feb 24, 2014
32
'
src/ng/raf.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
33
'
src/ng/rootScope.js
'
,
3335234
fix($sanitize): Use same whitelist mechanism as $compile does.
tbosch
authored
Nov 25, 2013
34
'
src/ng/sanitizeUri.js
'
,
bea9422
feat($sce): new $sce service for Strict Contextual Escaping.
chirayuk
authored
May 14, 2013
35
'
src/ng/sce.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
36
'
src/ng/sniffer.js
'
,
a70e283
feat($templateRequest): introduce the $templateRequest service
matsko
authored
Aug 12, 2014
37
'
src/ng/templateRequest.js
'
,
85880a6
feat(testability): add $$testability service
juliemr
authored
Jun 9, 2014
38
'
src/ng/testability.js
'
,
4511d39
feat($timeout): add $timeout service that supersedes $defer
IgorMinar
authored
May 22, 2012
39
'
src/ng/timeout.js
'
,
b99d064
fix(core): parse URLs using the browser's DOM API
chirayuk
authored
Jul 15, 2013
40
'
src/ng/urlUtils.js
'
,
bea9422
feat($sce): new $sce service for Strict Contextual Escaping.
chirayuk
authored
May 14, 2013
41
'
src/ng/window.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
42
43
'
src/ng/filter.js
'
,
44
'
src/ng/filter/filter.js
'
,
45
'
src/ng/filter/filters.js
'
,
46
'
src/ng/filter/limitTo.js
'
,
47
'
src/ng/filter/orderBy.js
'
,
48
49
'
src/ng/directive/directives.js
'
,
50
'
src/ng/directive/a.js
'
,
d9b90d7
feat(attrs): trigger observers for specific ng-attributes
matsko
authored
Jun 9, 2014
51
'
src/ng/directive/attrs.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
52
'
src/ng/directive/form.js
'
,
53
'
src/ng/directive/input.js
'
,
54
'
src/ng/directive/ngBind.js
'
,
55
'
src/ng/directive/ngClass.js
'
,
56
'
src/ng/directive/ngCloak.js
'
,
57
'
src/ng/directive/ngController.js
'
,
2b87c81
feat($parse): CSP compatibility
IgorMinar
authored
Apr 27, 2012
58
'
src/ng/directive/ngCsp.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
59
'
src/ng/directive/ngEventDirs.js
'
,
2f96fbd
feat(ngIf): add directive to remove and recreate DOM elements
OrenAvissar
authored
Apr 4, 2013
60
'
src/ng/directive/ngIf.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
61
'
src/ng/directive/ngInclude.js
'
,
62
'
src/ng/directive/ngInit.js
'
,
63
'
src/ng/directive/ngNonBindable.js
'
,
64
'
src/ng/directive/ngPluralize.js
'
,
65
'
src/ng/directive/ngRepeat.js
'
,
66
'
src/ng/directive/ngShowHide.js
'
,
67
'
src/ng/directive/ngStyle.js
'
,
68
'
src/ng/directive/ngSwitch.js
'
,
69
'
src/ng/directive/ngTransclude.js
'
,
70
'
src/ng/directive/script.js
'
,
71
'
src/ng/directive/select.js
'
,
aa02534
bug(ie8 docs): docs now work on ie8
mhevery
authored
May 7, 2012
72
'
src/ng/directive/style.js
'
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
73
],
74
934a95d
chore(grunt): add jshint tasks
petebacondarwin
authored
Oct 21, 2013
75
'
angularLoader
'
:
[
8425e9f
fix(loader): don't rely on internal APIs
vojtajina
authored
Nov 14, 2013
76
'
src/minErr.js
'
,
934a95d
chore(grunt): add jshint tasks
petebacondarwin
authored
Oct 21, 2013
77
'
src/loader.js
'
8218c4b
chore(Rakefile): get ready for modules
mhevery
authored
Mar 26, 2012
78
],
79
934a95d
chore(grunt): add jshint tasks
petebacondarwin
authored
Oct 21, 2013
80
'
angularModules
'
:
{
81
'
ngAnimate
'
:
[
82
'
src/ngAnimate/animate.js
'
83
],
84
'
ngCookies
'
:
[
85
'
src/ngCookies/cookies.js
'
86
],
0f4016c
feat(NgMessages): introduce the NgMessages module and directives
matsko
authored
Apr 22, 2014
87
'
ngMessages
'
:
[
88
'
src/ngMessages/messages.js
'
89
],
934a95d
chore(grunt): add jshint tasks
petebacondarwin
authored
Oct 21, 2013
90
'
ngResource
'
:
[
91
'
src/ngResource/resource.js
'
92
],
93
'
ngRoute
'
:
[
94
'
src/ngRoute/route.js
'
,
95
'
src/ngRoute/routeParams.js
'
,
96
'
src/ngRoute/directive/ngView.js
'
97
],
98
'
ngSanitize
'
:
[
99
'
src/ngSanitize/sanitize.js
'
,
100
'
src/ngSanitize/filter/linky.js
'
101
],
102
'
ngMock
'
:
[
103
'
src/ngMock/angular-mocks.js
'
104
],
105
'
ngTouch
'
:
[
106
'
src/ngTouch/touch.js
'
,
107
'
src/ngTouch/swipe.js
'
,
108
'
src/ngTouch/directive/ngClick.js
'
,
109
'
src/ngTouch/directive/ngSwipe.js
'
110
],
d1434c9
feat(ngAria): add an ngAria module to make a11y easier
arbus
authored
Jul 26, 2014
111
'
ngAria
'
:
[
112
'
src/ngAria/aria.js
'
113
]
934a95d
chore(grunt): add jshint tasks
petebacondarwin
authored
Oct 21, 2013
114
},
115
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
116
'
angularScenario
'
:
[
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
117
'
src/ngScenario/Scenario.js
'
,
5da6b12
test(modules): fix module tests which got disabled by ngMobile
IgorMinar
authored
Apr 18, 2013
118
'
src/ngScenario/browserTrigger.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
119
'
src/ngScenario/Application.js
'
,
120
'
src/ngScenario/Describe.js
'
,
121
'
src/ngScenario/Future.js
'
,
122
'
src/ngScenario/ObjectModel.js
'
,
123
'
src/ngScenario/Runner.js
'
,
124
'
src/ngScenario/SpecRunner.js
'
,
125
'
src/ngScenario/dsl.js
'
,
126
'
src/ngScenario/matchers.js
'
,
127
'
src/ngScenario/output/Html.js
'
,
128
'
src/ngScenario/output/Json.js
'
,
129
'
src/ngScenario/output/Xml.js
'
,
130
'
src/ngScenario/output/Object.js
'
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
131
],
132
8218c4b
chore(Rakefile): get ready for modules
mhevery
authored
Mar 27, 2012
133
'
angularTest
'
:
[
1d06a94
chore: reorganize test helper files under test/helpers
IgorMinar
authored
Aug 23, 2013
134
'
test/helpers/*.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
135
'
test/ngScenario/*.js
'
,
136
'
test/ngScenario/output/*.js
'
,
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
137
'
test/*.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
138
'
test/auto/*.js
'
,
5599b55
refactor($route): pull $route and friends into angular-route.js
IgorMinar
authored
Jun 5, 2013
139
'
test/ng/**/*.js
'
,
81923f1
feat(ngAnimate): complete rewrite of animations
matsko
authored
Jun 18, 2013
140
'
test/ngAnimate/*.js
'
,
0f4016c
feat(NgMessages): introduce the NgMessages module and directives
matsko
authored
Apr 22, 2014
141
'
test/ngMessages/*.js
'
,
7b22d59
chore(ngCookies): moved to module
mhevery
authored
Mar 26, 2012
142
'
test/ngCookies/*.js
'
,
798bca6
chore(resource): moved to module
mhevery
authored
Mar 26, 2012
143
'
test/ngResource/*.js
'
,
5599b55
refactor($route): pull $route and friends into angular-route.js
IgorMinar
authored
Jun 5, 2013
144
'
test/ngRoute/**/*.js
'
,
145
'
test/ngSanitize/**/*.js
'
,
707c65d
feat(ngMobile): add ngMobile module with mobile-specific ngClick
Braden Shepherdson
authored
Feb 8, 2013
146
'
test/ngMock/*.js
'
,
d1434c9
feat(ngAria): add an ngAria module to make a11y easier
arbus
authored
Jul 25, 2014
147
'
test/ngTouch/**/*.js
'
,
148
'
test/ngAria/*.js
'
8218c4b
chore(Rakefile): get ready for modules
mhevery
authored
Mar 27, 2012
149
],
150
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
151
'
karma
'
:
[
9e7cb3c
feat(jQuery): upgrade to jQuery to 2.1.1
mzgol
authored
Apr 30, 2014
152
'
bower_components/jquery/dist/jquery.js
'
,
8218c4b
chore(Rakefile): get ready for modules
mhevery
authored
Mar 27, 2012
153
'
test/jquery_remove.js
'
,
154
'
@angularSrc
'
,
155
'
src/publishExternalApis.js
'
,
156
'
@angularSrcModules
'
,
157
'
@angularScenario
'
,
158
'
@angularTest
'
,
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
159
],
160
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
161
'
karmaExclude
'
:
[
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
162
'
test/jquery_alias.js
'
,
163
'
src/angular-bootstrap.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
164
'
src/ngScenario/angular-bootstrap.js
'
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
165
],
166
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
167
'
karmaScenario
'
:
[
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
168
'
build/angular-scenario.js
'
,
169
'
build/docs/docs-scenario.js
'
170
],
171
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
172
"
karmaModules
"
:
[
ddf6f11
test(mocks): test mocks with compiled angular
vojtajina
authored
Oct 31, 2011
173
'
build/angular.js
'
,
5599b55
refactor($route): pull $route and friends into angular-route.js
IgorMinar
authored
Jun 5, 2013
174
'
@angularSrcModules
'
,
5da6b12
test(modules): fix module tests which got disabled by ngMobile
IgorMinar
authored
Apr 18, 2013
175
'
src/ngScenario/browserTrigger.js
'
,
1d06a94
chore: reorganize test helper files under test/helpers
IgorMinar
authored
Aug 23, 2013
176
'
test/helpers/*.js
'
,
8218c4b
chore(Rakefile): get ready for modules
mhevery
authored
Mar 27, 2012
177
'
test/ngMock/*.js
'
,
7b22d59
chore(ngCookies): moved to module
mhevery
authored
Mar 26, 2012
178
'
test/ngCookies/*.js
'
,
5599b55
refactor($route): pull $route and friends into angular-route.js
IgorMinar
authored
Jun 5, 2013
179
'
test/ngRoute/**/*.js
'
,
5bcd719
chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a mod...
vojtajina
authored
Apr 10, 2012
180
'
test/ngResource/*.js
'
,
5599b55
refactor($route): pull $route and friends into angular-route.js
IgorMinar
authored
Jun 5, 2013
181
'
test/ngSanitize/**/*.js
'
,
d1434c9
feat(ngAria): add an ngAria module to make a11y easier
arbus
authored
Jul 25, 2014
182
'
test/ngTouch/**/*.js
'
,
183
'
test/ngAria/*.js
'
ddf6f11
test(mocks): test mocks with compiled angular
vojtajina
authored
Nov 1, 2011
184
],
185
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
186
'
karmaJquery
'
:
[
9e7cb3c
feat(jQuery): upgrade to jQuery to 2.1.1
mzgol
authored
Apr 30, 2014
187
'
bower_components/jquery/dist/jquery.js
'
,
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
188
'
test/jquery_alias.js
'
,
189
'
@angularSrc
'
,
8218c4b
chore(Rakefile): get ready for modules
mhevery
authored
Mar 27, 2012
190
'
src/publishExternalApis.js
'
,
191
'
@angularSrcModules
'
,
192
'
@angularScenario
'
,
193
'
@angularTest
'
,
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
194
],
195
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
196
'
karmaJqueryExclude
'
:
[
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
197
'
src/angular-bootstrap.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
198
'
src/ngScenario/angular-bootstrap.js
'
,
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
199
'
test/jquery_remove.js
'
200
]
1d966f8
style(angularFiles): just missing semi-colon and extra comma
vojtajina
authored
Oct 31, 2011
201
};
292a5da
chore(slim-jim) add configuration
mhevery
authored
Feb 9, 2012
202
934a95d
chore(grunt): add jshint tasks
petebacondarwin
authored
Oct 21, 2013
203
angularFiles[
'
angularSrcModules
'
]
=
[].
concat
(
204
angularFiles[
'
angularModules
'
][
'
ngAnimate
'
],
0f4016c
feat(NgMessages): introduce the NgMessages module and directives
matsko
authored
Apr 22, 2014
205
angularFiles[
'
angularModules
'
][
'
ngMessages
'
],
934a95d
chore(grunt): add jshint tasks
petebacondarwin
authored
Oct 21, 2013
206
angularFiles[
'
angularModules
'
][
'
ngCookies
'
],
207
angularFiles[
'
angularModules
'
][
'
ngResource
'
],
208
angularFiles[
'
angularModules
'
][
'
ngRoute
'
],
209
angularFiles[
'
angularModules
'
][
'
ngSanitize
'
],
210
angularFiles[
'
angularModules
'
][
'
ngMock
'
],
d1434c9
feat(ngAria): add an ngAria module to make a11y easier
arbus
authored
Jul 25, 2014
211
angularFiles[
'
angularModules
'
][
'
ngTouch
'
],
212
angularFiles[
'
angularModules
'
][
'
ngAria
'
]
934a95d
chore(grunt): add jshint tasks
petebacondarwin
authored
Oct 21, 2013
213
);
214
9d168f0
chore(testing): Testacular config files + rake tasks
IgorMinar
authored
Aug 30, 2012
215
if
(
exports
) {
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
216
exports
.files
=
angularFiles;
217
exports
.
mergeFilesFor
=
function
() {
9d168f0
chore(testing): Testacular config files + rake tasks
IgorMinar
authored
Aug 30, 2012
218
var
files
=
[];
219
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
220
Array
.
prototype
.slice.
call
(arguments,
0
).forEach(
function
(
filegroup
) {
221
angularFiles[filegroup].forEach(
function
(
file
) {
222
// replace @ref
223
var
match
=
file.
match
(
/
^
\@
(
.
*
)
/
);
224
if
(match) {
225
files
=
files.
concat
(angularFiles[match[
1
]]);
226
}
else
{
227
files.
push
(file);
228
}
229
});
9d168f0
chore(testing): Testacular config files + rake tasks
IgorMinar
authored
Aug 30, 2012
230
});
8218c4b
chore(Rakefile): get ready for modules
mhevery
authored
Mar 27, 2012
231
9d168f0
chore(testing): Testacular config files + rake tasks
IgorMinar
authored
Aug 30, 2012
232
return
files;
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
233
};
292a5da
chore(slim-jim) add configuration
mhevery
authored
Feb 9, 2012
234
}
Something went wrong with that request. Please try again.