Skip to content

Commit d53d13e

Browse files
committed
v1.5.0-build.4462+sha.798fb18
1 parent 7e755c2 commit d53d13e

32 files changed

+54
-54
lines changed
9.6 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.5.0-build.4461+sha.99d601a
2+
* @license AngularJS v1.5.0-build.4462+sha.798fb18
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.5.0-build.4461+sha.99d601a
2+
* @license AngularJS v1.5.0-build.4462+sha.798fb18
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.5.0-build.4461+sha.99d601a
2+
* @license AngularJS v1.5.0-build.4462+sha.798fb18
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.5.0-build.4461+sha.99d601a
2+
* @license AngularJS v1.5.0-build.4462+sha.798fb18
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -87,7 +87,7 @@ function minErr(module, ErrorConstructor) {
8787
return match;
8888
});
8989

90-
message += '\nhttp://errors.angularjs.org/1.5.0-build.4461+sha.99d601a/' +
90+
message += '\nhttp://errors.angularjs.org/1.5.0-build.4462+sha.798fb18/' +
9191
(module ? module + '/' : '') + code;
9292

9393
for (i = SKIP_INDEXES, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {
@@ -400,7 +400,7 @@ function setupModuleLoader(window) {
400400
* returns an html template as a string which should be used as the contents of this component.
401401
* Empty string by default.
402402
*
403-
* If `template` is a function, then it is {@link auto.$injector#invoke injected} with
403+
* If `template` is a function, then it is {@link guide/di injectable}, and receives
404404
* the following locals:
405405
*
406406
* - `$element` - Current element
@@ -409,7 +409,7 @@ function setupModuleLoader(window) {
409409
* - `templateUrl` – `{string=|function()=}` – path or function that returns a path to an html
410410
* template that should be used as the contents of this component.
411411
*
412-
* If `templateUrl` is a function, then it is {@link auto.$injector#invoke injected} with
412+
* If `templateUrl` is a function, then it is {@link guide/di injectable}, and receives
413413
* the following locals:
414414
*
415415
* - `$element` - Current element

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.5.0-build.4461+sha.99d601a
2+
* @license AngularJS v1.5.0-build.4462+sha.798fb18
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)