Skip to content
Sign up
Sign in
This repository
Explore
Features
Enterprise
Blog
Watch
3,345
Star
35,197
Fork
14,249
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
196 lines (178 sloc)
4.997 kb
Raw
Normal view
History
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
1
angularFiles
=
{
2
'
angularSrc
'
:
[
003861d
chore(minErr): replace ngError with minErr
ksheedlo
authored
Jun 7, 2013
3
'
src/minErr.js
'
,
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
4
'
src/Angular.js
'
,
5143e7b
feat(module): new module loader
mhevery
authored
Jan 6, 2012
5
'
src/loader.js
'
,
9555511
style(angularPublic): move public export definition to AnuglarPublic.js
mhevery
authored
Nov 14, 2011
6
'
src/AngularPublic.js
'
,
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
7
'
src/jqLite.js
'
,
8
'
src/apis.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
9
10
'
src/auto/injector.js
'
,
11
12
'
src/ng/anchorScroll.js
'
,
81923f1
feat(ngAnimate): complete rewrite of animations
matsko
authored
Jun 18, 2013
13
'
src/ng/animate.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
14
'
src/ng/browser.js
'
,
15
'
src/ng/cacheFactory.js
'
,
beea3a4
style($compile): rename compiler.js to compile.js
IgorMinar
authored
May 2, 2012
16
'
src/ng/compile.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
17
'
src/ng/controller.js
'
,
18
'
src/ng/document.js
'
,
19
'
src/ng/exceptionHandler.js
'
,
bea9422
feat($sce): new $sce service for Strict Contextual Escaping.
chirayuk
authored
May 14, 2013
20
'
src/ng/http.js
'
,
21
'
src/ng/httpBackend.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
22
'
src/ng/interpolate.js
'
,
bea9422
feat($sce): new $sce service for Strict Contextual Escaping.
chirayuk
authored
May 14, 2013
23
'
src/ng/locale.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
24
'
src/ng/location.js
'
,
25
'
src/ng/log.js
'
,
26
'
src/ng/parse.js
'
,
27
'
src/ng/q.js
'
,
28
'
src/ng/rootScope.js
'
,
bea9422
feat($sce): new $sce service for Strict Contextual Escaping.
chirayuk
authored
May 14, 2013
29
'
src/ng/sce.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
30
'
src/ng/sniffer.js
'
,
4511d39
feat($timeout): add $timeout service that supersedes $defer
IgorMinar
authored
May 22, 2012
31
'
src/ng/timeout.js
'
,
b99d064
fix(core): parse URLs using the browser's DOM API
chirayuk
authored
Jul 15, 2013
32
'
src/ng/urlUtils.js
'
,
bea9422
feat($sce): new $sce service for Strict Contextual Escaping.
chirayuk
authored
May 14, 2013
33
'
src/ng/window.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
34
35
'
src/ng/filter.js
'
,
36
'
src/ng/filter/filter.js
'
,
37
'
src/ng/filter/filters.js
'
,
38
'
src/ng/filter/limitTo.js
'
,
39
'
src/ng/filter/orderBy.js
'
,
40
41
'
src/ng/directive/directives.js
'
,
42
'
src/ng/directive/a.js
'
,
02cf958
chore(directive): correct file names for booleanAttrs
vojtajina
authored
Apr 3, 2012
43
'
src/ng/directive/booleanAttrs.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
44
'
src/ng/directive/form.js
'
,
45
'
src/ng/directive/input.js
'
,
46
'
src/ng/directive/ngBind.js
'
,
47
'
src/ng/directive/ngClass.js
'
,
48
'
src/ng/directive/ngCloak.js
'
,
49
'
src/ng/directive/ngController.js
'
,
2b87c81
feat($parse): CSP compatibility
IgorMinar
authored
Apr 27, 2012
50
'
src/ng/directive/ngCsp.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
51
'
src/ng/directive/ngEventDirs.js
'
,
2f96fbd
feat(ngIf): add directive to remove and recreate DOM elements
OrenAvissar
authored
Apr 4, 2013
52
'
src/ng/directive/ngIf.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
53
'
src/ng/directive/ngInclude.js
'
,
54
'
src/ng/directive/ngInit.js
'
,
55
'
src/ng/directive/ngNonBindable.js
'
,
56
'
src/ng/directive/ngPluralize.js
'
,
57
'
src/ng/directive/ngRepeat.js
'
,
58
'
src/ng/directive/ngShowHide.js
'
,
59
'
src/ng/directive/ngStyle.js
'
,
60
'
src/ng/directive/ngSwitch.js
'
,
61
'
src/ng/directive/ngTransclude.js
'
,
62
'
src/ng/directive/script.js
'
,
63
'
src/ng/directive/select.js
'
,
aa02534
bug(ie8 docs): docs now work on ie8
mhevery
authored
May 7, 2012
64
'
src/ng/directive/style.js
'
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
65
],
66
8218c4b
chore(Rakefile): get ready for modules
mhevery
authored
Mar 26, 2012
67
'
angularSrcModules
'
:
[
81923f1
feat(ngAnimate): complete rewrite of animations
matsko
authored
Jun 18, 2013
68
'
src/ngAnimate/animate.js
'
,
7b22d59
chore(ngCookies): moved to module
mhevery
authored
Mar 26, 2012
69
'
src/ngCookies/cookies.js
'
,
798bca6
chore(resource): moved to module
mhevery
authored
Mar 26, 2012
70
'
src/ngResource/resource.js
'
,
5599b55
refactor($route): pull $route and friends into angular-route.js
IgorMinar
authored
Jun 5, 2013
71
'
src/ngRoute/routeUtils.js
'
,
72
'
src/ngRoute/route.js
'
,
73
'
src/ngRoute/routeParams.js
'
,
74
'
src/ngRoute/directive/ngView.js
'
,
5bcd719
chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a mod...
vojtajina
authored
Apr 10, 2012
75
'
src/ngSanitize/sanitize.js
'
,
76
'
src/ngSanitize/filter/linky.js
'
,
8e26750
chore(docs): re-skin main documentation
mhevery
authored
Apr 28, 2012
77
'
src/ngMock/angular-mocks.js
'
,
94ec84e
chore(ngMobile): rename module ngTouch and file to angular-touch.js
btford
authored
Aug 9, 2013
78
'
src/ngTouch/touch.js
'
,
79
'
src/ngTouch/swipe.js
'
,
80
'
src/ngTouch/directive/ngClick.js
'
,
81
'
src/ngTouch/directive/ngSwipe.js
'
,
f56125d
chore(ngdocs): setup bower as the package manager for the docs pages
matsko
authored
Jun 4, 2013
82
'
docs/components/angular-bootstrap/bootstrap.js
'
8218c4b
chore(Rakefile): get ready for modules
mhevery
authored
Mar 27, 2012
83
],
84
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
85
'
angularScenario
'
:
[
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
86
'
src/ngScenario/Scenario.js
'
,
5da6b12
test(modules): fix module tests which got disabled by ngMobile
IgorMinar
authored
Apr 18, 2013
87
'
src/ngScenario/browserTrigger.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
88
'
src/ngScenario/Application.js
'
,
89
'
src/ngScenario/Describe.js
'
,
90
'
src/ngScenario/Future.js
'
,
91
'
src/ngScenario/ObjectModel.js
'
,
92
'
src/ngScenario/Runner.js
'
,
93
'
src/ngScenario/SpecRunner.js
'
,
94
'
src/ngScenario/dsl.js
'
,
95
'
src/ngScenario/matchers.js
'
,
96
'
src/ngScenario/output/Html.js
'
,
97
'
src/ngScenario/output/Json.js
'
,
98
'
src/ngScenario/output/Xml.js
'
,
99
'
src/ngScenario/output/Object.js
'
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
100
],
101
8218c4b
chore(Rakefile): get ready for modules
mhevery
authored
Mar 27, 2012
102
'
angularTest
'
:
[
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
103
'
test/testabilityPatch.js
'
,
2636105
feat(matchers): extract jasmine matchers into separate file for future r...
vojtajina
authored
Oct 31, 2011
104
'
test/matchers.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
105
'
test/ngScenario/*.js
'
,
106
'
test/ngScenario/output/*.js
'
,
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
107
'
test/*.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
108
'
test/auto/*.js
'
,
5599b55
refactor($route): pull $route and friends into angular-route.js
IgorMinar
authored
Jun 5, 2013
109
'
test/ng/**/*.js
'
,
81923f1
feat(ngAnimate): complete rewrite of animations
matsko
authored
Jun 18, 2013
110
'
test/ngAnimate/*.js
'
,
7b22d59
chore(ngCookies): moved to module
mhevery
authored
Mar 26, 2012
111
'
test/ngCookies/*.js
'
,
798bca6
chore(resource): moved to module
mhevery
authored
Mar 27, 2012
112
'
test/ngResource/*.js
'
,
5599b55
refactor($route): pull $route and friends into angular-route.js
IgorMinar
authored
Jun 5, 2013
113
'
test/ngRoute/**/*.js
'
,
114
'
test/ngSanitize/**/*.js
'
,
707c65d
feat(ngMobile): add ngMobile module with mobile-specific ngClick
Braden Shepherdson
authored
Feb 8, 2013
115
'
test/ngMock/*.js
'
,
94ec84e
chore(ngMobile): rename module ngTouch and file to angular-touch.js
btford
authored
Aug 9, 2013
116
'
test/ngTouch/**/*.js
'
8218c4b
chore(Rakefile): get ready for modules
mhevery
authored
Mar 27, 2012
117
],
118
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
119
'
karma
'
:
[
576269b
fix(bower): update bower usage and resources
ksheedlo
authored
Jul 29, 2013
120
'
bower_components/jquery/jquery.js
'
,
8218c4b
chore(Rakefile): get ready for modules
mhevery
authored
Mar 27, 2012
121
'
test/jquery_remove.js
'
,
122
'
@angularSrc
'
,
123
'
src/publishExternalApis.js
'
,
124
'
@angularSrcModules
'
,
125
'
@angularScenario
'
,
126
'
@angularTest
'
,
127
'
example/personalLog/*.js
'
,
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
128
'
example/personalLog/test/*.js
'
129
],
130
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
131
'
karmaExclude
'
:
[
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
132
'
test/jquery_alias.js
'
,
133
'
src/angular-bootstrap.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
134
'
src/ngScenario/angular-bootstrap.js
'
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
135
],
136
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
137
'
karmaScenario
'
:
[
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
138
'
build/angular-scenario.js
'
,
139
'
build/docs/docs-scenario.js
'
140
],
141
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
142
"
karmaModules
"
:
[
ddf6f11
test(mocks): test mocks with compiled angular
vojtajina
authored
Oct 31, 2011
143
'
build/angular.js
'
,
5599b55
refactor($route): pull $route and friends into angular-route.js
IgorMinar
authored
Jun 5, 2013
144
'
@angularSrcModules
'
,
5da6b12
test(modules): fix module tests which got disabled by ngMobile
IgorMinar
authored
Apr 18, 2013
145
'
src/ngScenario/browserTrigger.js
'
,
ddf6f11
test(mocks): test mocks with compiled angular
vojtajina
authored
Nov 1, 2011
146
'
test/matchers.js
'
,
5da6b12
test(modules): fix module tests which got disabled by ngMobile
IgorMinar
authored
Apr 18, 2013
147
'
test/testabilityPatch.js
'
,
8218c4b
chore(Rakefile): get ready for modules
mhevery
authored
Mar 27, 2012
148
'
test/ngMock/*.js
'
,
7b22d59
chore(ngCookies): moved to module
mhevery
authored
Mar 26, 2012
149
'
test/ngCookies/*.js
'
,
5599b55
refactor($route): pull $route and friends into angular-route.js
IgorMinar
authored
Jun 5, 2013
150
'
test/ngRoute/**/*.js
'
,
5bcd719
chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a mod...
vojtajina
authored
Apr 10, 2012
151
'
test/ngResource/*.js
'
,
5599b55
refactor($route): pull $route and friends into angular-route.js
IgorMinar
authored
Jun 5, 2013
152
'
test/ngSanitize/**/*.js
'
,
94ec84e
chore(ngMobile): rename module ngTouch and file to angular-touch.js
btford
authored
Aug 9, 2013
153
'
test/ngTouch/**/*.js
'
ddf6f11
test(mocks): test mocks with compiled angular
vojtajina
authored
Nov 1, 2011
154
],
155
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
156
'
karmaJquery
'
:
[
576269b
fix(bower): update bower usage and resources
ksheedlo
authored
Jul 29, 2013
157
'
bower_components/jquery/jquery.js
'
,
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
158
'
test/jquery_alias.js
'
,
159
'
@angularSrc
'
,
8218c4b
chore(Rakefile): get ready for modules
mhevery
authored
Mar 27, 2012
160
'
src/publishExternalApis.js
'
,
161
'
@angularSrcModules
'
,
162
'
@angularScenario
'
,
163
'
@angularTest
'
,
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
164
'
example/personalLog/*.js
'
,
7b22d59
chore(ngCookies): moved to module
mhevery
authored
Mar 26, 2012
165
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
166
'
example/personalLog/test/*.js
'
167
],
168
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
169
'
karmaJqueryExclude
'
:
[
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
170
'
src/angular-bootstrap.js
'
,
2430f52
chore(module): move files around in preparation for more modules
mhevery
authored
Mar 23, 2012
171
'
src/ngScenario/angular-bootstrap.js
'
,
a13653c
refactor(angular): externalize script load order into JSON
Di Peng
authored
Aug 15, 2011
172
'
test/jquery_remove.js
'
173
]
1d966f8
style(angularFiles): just missing semi-colon and extra comma
vojtajina
authored
Oct 31, 2011
174
};
292a5da
chore(slim-jim) add configuration
mhevery
authored
Feb 9, 2012
175
9d168f0
chore(testing): Testacular config files + rake tasks
IgorMinar
authored
Aug 30, 2012
176
if
(
exports
) {
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
177
exports
.files
=
angularFiles;
178
exports
.
mergeFilesFor
=
function
() {
9d168f0
chore(testing): Testacular config files + rake tasks
IgorMinar
authored
Aug 30, 2012
179
var
files
=
[];
180
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
181
Array
.
prototype
.slice.
call
(arguments,
0
).forEach(
function
(
filegroup
) {
182
angularFiles[filegroup].forEach(
function
(
file
) {
183
// replace @ref
184
var
match
=
file.
match
(
/
^
\@
(
.
*
)
/
);
185
if
(match) {
186
files
=
files.
concat
(angularFiles[match[
1
]]);
187
}
else
{
188
files.
push
(file);
189
}
190
});
9d168f0
chore(testing): Testacular config files + rake tasks
IgorMinar
authored
Aug 30, 2012
191
});
8218c4b
chore(Rakefile): get ready for modules
mhevery
authored
Mar 27, 2012
192
9d168f0
chore(testing): Testacular config files + rake tasks
IgorMinar
authored
Aug 30, 2012
193
return
files;
976edc1
chore: clean up angularFiles.js
vojtajina
authored
Jun 28, 2013
194
};
292a5da
chore(slim-jim) add configuration
mhevery
authored
Feb 9, 2012
195
}
Something went wrong with that request. Please try again.