Skip to content

Commit 47fac8e

Browse files
committed
v1.5.1-build.4627+sha.1b8590a
1 parent 4e97f80 commit 47fac8e

34 files changed

+58
-54
lines changed

snapshot/angular-animate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.5.1-build.4625+sha.eda7ef6
2+
* @license AngularJS v1.5.1-build.4627+sha.1b8590a
33
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/angular-animate.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-aria.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.5.1-build.4625+sha.eda7ef6
2+
* @license AngularJS v1.5.1-build.4627+sha.1b8590a
33
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/angular-aria.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-cookies.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.5.1-build.4625+sha.eda7ef6
2+
* @license AngularJS v1.5.1-build.4627+sha.1b8590a
33
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/angular-cookies.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-loader.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.5.1-build.4625+sha.eda7ef6
2+
* @license AngularJS v1.5.1-build.4627+sha.1b8590a
33
* (c) 2010-2016 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.1-build.4625+sha.eda7ef6/' +
90+
message += '\nhttp://errors.angularjs.org/1.5.1-build.4627+sha.1b8590a/' +
9191
(module ? module + '/' : '') + code;
9292

9393
for (i = SKIP_INDEXES, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {

snapshot/angular-loader.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-message-format.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.5.1-build.4625+sha.eda7ef6
2+
* @license AngularJS v1.5.1-build.4627+sha.1b8590a
33
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/angular-message-format.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-messages.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.5.1-build.4625+sha.eda7ef6
2+
* @license AngularJS v1.5.1-build.4627+sha.1b8590a
33
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/angular-messages.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-mocks.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.5.1-build.4625+sha.eda7ef6
2+
* @license AngularJS v1.5.1-build.4627+sha.1b8590a
33
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -2097,9 +2097,9 @@ angular.mock.$RAFDecorator = ['$delegate', function($delegate) {
20972097
*
20982098
*/
20992099
angular.mock.$RootElementProvider = function() {
2100-
this.$get = ['$injector', function($injector) {
2101-
return angular.element('<div ng-app></div>').data('$injector', $injector);
2102-
}];
2100+
this.$get = function() {
2101+
return angular.element('<div ng-app></div>');
2102+
};
21032103
};
21042104

21052105
/**

snapshot/angular-resource.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.5.1-build.4625+sha.eda7ef6
2+
* @license AngularJS v1.5.1-build.4627+sha.1b8590a
33
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/angular-resource.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-route.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.5.1-build.4625+sha.eda7ef6
2+
* @license AngularJS v1.5.1-build.4627+sha.1b8590a
33
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/angular-route.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-sanitize.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.5.1-build.4625+sha.eda7ef6
2+
* @license AngularJS v1.5.1-build.4627+sha.1b8590a
33
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/angular-sanitize.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular-scenario.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -9190,7 +9190,7 @@ return jQuery;
91909190
}));
91919191

91929192
/**
9193-
* @license AngularJS v1.5.1-build.4625+sha.eda7ef6
9193+
* @license AngularJS v1.5.1-build.4627+sha.1b8590a
91949194
* (c) 2010-2016 Google, Inc. http://angularjs.org
91959195
* License: MIT
91969196
*/
@@ -9249,7 +9249,7 @@ function minErr(module, ErrorConstructor) {
92499249
return match;
92509250
});
92519251

9252-
message += '\nhttp://errors.angularjs.org/1.5.1-build.4625+sha.eda7ef6/' +
9252+
message += '\nhttp://errors.angularjs.org/1.5.1-build.4627+sha.1b8590a/' +
92539253
(module ? module + '/' : '') + code;
92549254

92559255
for (i = SKIP_INDEXES, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {
@@ -11635,7 +11635,7 @@ function toDebugString(obj) {
1163511635
* - `codeName` – `{string}` – Code name of the release, such as "jiggling-armfat".
1163611636
*/
1163711637
var version = {
11638-
full: '1.5.1-build.4625+sha.eda7ef6', // all of these placeholder strings will be replaced by grunt's
11638+
full: '1.5.1-build.4627+sha.1b8590a', // all of these placeholder strings will be replaced by grunt's
1163911639
major: 1, // package task
1164011640
minor: 5,
1164111641
dot: 1,

snapshot/angular-touch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.5.1-build.4625+sha.eda7ef6
2+
* @license AngularJS v1.5.1-build.4627+sha.1b8590a
33
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

snapshot/angular-touch.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.5.1-build.4625+sha.eda7ef6
2+
* @license AngularJS v1.5.1-build.4627+sha.1b8590a
33
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -57,7 +57,7 @@ function minErr(module, ErrorConstructor) {
5757
return match;
5858
});
5959

60-
message += '\nhttp://errors.angularjs.org/1.5.1-build.4625+sha.eda7ef6/' +
60+
message += '\nhttp://errors.angularjs.org/1.5.1-build.4627+sha.1b8590a/' +
6161
(module ? module + '/' : '') + code;
6262

6363
for (i = SKIP_INDEXES, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {
@@ -2443,7 +2443,7 @@ function toDebugString(obj) {
24432443
* - `codeName` – `{string}` – Code name of the release, such as "jiggling-armfat".
24442444
*/
24452445
var version = {
2446-
full: '1.5.1-build.4625+sha.eda7ef6', // all of these placeholder strings will be replaced by grunt's
2446+
full: '1.5.1-build.4627+sha.1b8590a', // all of these placeholder strings will be replaced by grunt's
24472447
major: 1, // package task
24482448
minor: 5,
24492449
dot: 1,

snapshot/angular.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot/angular.min.js.gzip

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)