Skip to content

Commit caa8dfa

Browse files
committed
v1.4.4-build.4162+sha.8ae9e94
1 parent 9b6af23 commit caa8dfa

33 files changed

+55
-55
lines changed
9.46 MB
Binary file not shown.

snapshot/angular-animate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.4.4-build.4161+sha.c11a7d6
2+
* @license AngularJS v1.4.4-build.4162+sha.8ae9e94
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/angular-animate.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-aria.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.4.4-build.4161+sha.c11a7d6
2+
* @license AngularJS v1.4.4-build.4162+sha.8ae9e94
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/angular-aria.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-cookies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.4.4-build.4161+sha.c11a7d6
2+
* @license AngularJS v1.4.4-build.4162+sha.8ae9e94
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/angular-cookies.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-loader.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.4.4-build.4161+sha.c11a7d6
2+
* @license AngularJS v1.4.4-build.4162+sha.8ae9e94
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -59,7 +59,7 @@ function minErr(module, ErrorConstructor) {
5959
return match;
6060
});
6161

62-
message += '\nhttp://errors.angularjs.org/1.4.4-build.4161+sha.c11a7d6/' +
62+
message += '\nhttp://errors.angularjs.org/1.4.4-build.4162+sha.8ae9e94/' +
6363
(module ? module + '/' : '') + code;
6464

6565
for (i = SKIP_INDEXES, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {
@@ -109,8 +109,8 @@ function setupModuleLoader(window) {
109109
* All modules (angular core or 3rd party) that should be available to an application must be
110110
* registered using this mechanism.
111111
*
112-
* When passed two or more arguments, a new module is created. If passed only one argument, an
113-
* existing module (the name passed as the first argument to `module`) is retrieved.
112+
* Passing one argument retrieves an existing {@link angular.Module},
113+
* whereas passing more than one argument creates a new {@link angular.Module}
114114
*
115115
*
116116
* # Module

snapshot/angular-loader.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-message-format.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.4.4-build.4161+sha.c11a7d6
2+
* @license AngularJS v1.4.4-build.4162+sha.8ae9e94
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)