Skip to content

Commit

Permalink
v1.5.2-build.4675+sha.e166621
Browse files Browse the repository at this point in the history
  • Loading branch information
NgDashboard committed Mar 18, 2016
1 parent fb456f1 commit cc4908c
Show file tree
Hide file tree
Showing 32 changed files with 104 additions and 97 deletions.
Binary file not shown.
11 changes: 9 additions & 2 deletions snapshot/angular-animate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.5.2-build.4674+sha.a1010c5
* @license AngularJS v1.5.2-build.4675+sha.e166621
* (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down Expand Up @@ -2337,14 +2337,19 @@ var $$AnimateQueueProvider = ['$animateProvider', function($animateProvider) {
return matches;
}

return {
var $animate = {
on: function(event, container, callback) {
var node = extractElementNode(container);
callbackRegistry[event] = callbackRegistry[event] || [];
callbackRegistry[event].push({
node: node,
callback: callback
});

// Remove the callback when the element is removed from the DOM
jqLite(container).on('$destroy', function() {
$animate.off(event, container, callback);
});
},

off: function(event, container, callback) {
Expand Down Expand Up @@ -2412,6 +2417,8 @@ var $$AnimateQueueProvider = ['$animateProvider', function($animateProvider) {
}
};

return $animate;

function queueAnimation(element, event, initialOptions) {
// we always make a copy of the options since
// there should never be any side effects on
Expand Down
100 changes: 50 additions & 50 deletions snapshot/angular-animate.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion snapshot/angular-animate.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion snapshot/angular-aria.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.5.2-build.4674+sha.a1010c5
* @license AngularJS v1.5.2-build.4675+sha.e166621
* (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion snapshot/angular-aria.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion snapshot/angular-cookies.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.5.2-build.4674+sha.a1010c5
* @license AngularJS v1.5.2-build.4675+sha.e166621
* (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion snapshot/angular-cookies.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions snapshot/angular-loader.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.5.2-build.4674+sha.a1010c5
* @license AngularJS v1.5.2-build.4675+sha.e166621
* (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down Expand Up @@ -87,7 +87,7 @@ function minErr(module, ErrorConstructor) {
return match;
});

message += '\nhttp://errors.angularjs.org/1.5.2-build.4674+sha.a1010c5/' +
message += '\nhttp://errors.angularjs.org/1.5.2-build.4675+sha.e166621/' +
(module ? module + '/' : '') + code;

for (i = SKIP_INDEXES, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {
Expand Down
4 changes: 2 additions & 2 deletions snapshot/angular-loader.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion snapshot/angular-message-format.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.5.2-build.4674+sha.a1010c5
* @license AngularJS v1.5.2-build.4675+sha.e166621
* (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion snapshot/angular-message-format.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion snapshot/angular-messages.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.5.2-build.4674+sha.a1010c5
* @license AngularJS v1.5.2-build.4675+sha.e166621
* (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion snapshot/angular-messages.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion snapshot/angular-mocks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.5.2-build.4674+sha.a1010c5
* @license AngularJS v1.5.2-build.4675+sha.e166621
* (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion snapshot/angular-resource.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.5.2-build.4674+sha.a1010c5
* @license AngularJS v1.5.2-build.4675+sha.e166621
* (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion snapshot/angular-resource.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion snapshot/angular-route.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.5.2-build.4674+sha.a1010c5
* @license AngularJS v1.5.2-build.4675+sha.e166621
* (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion snapshot/angular-route.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion snapshot/angular-sanitize.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.5.2-build.4674+sha.a1010c5
* @license AngularJS v1.5.2-build.4675+sha.e166621
* (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion snapshot/angular-sanitize.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions snapshot/angular-scenario.js
Original file line number Diff line number Diff line change
Expand Up @@ -9832,7 +9832,7 @@ return jQuery;
}));

/**
* @license AngularJS v1.5.2-build.4674+sha.a1010c5
* @license AngularJS v1.5.2-build.4675+sha.e166621
* (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down Expand Up @@ -9891,7 +9891,7 @@ function minErr(module, ErrorConstructor) {
return match;
});

message += '\nhttp://errors.angularjs.org/1.5.2-build.4674+sha.a1010c5/' +
message += '\nhttp://errors.angularjs.org/1.5.2-build.4675+sha.e166621/' +
(module ? module + '/' : '') + code;

for (i = SKIP_INDEXES, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {
Expand Down Expand Up @@ -12277,7 +12277,7 @@ function toDebugString(obj) {
* - `codeName` – `{string}` – Code name of the release, such as "jiggling-armfat".
*/
var version = {
full: '1.5.2-build.4674+sha.a1010c5', // all of these placeholder strings will be replaced by grunt's
full: '1.5.2-build.4675+sha.e166621', // all of these placeholder strings will be replaced by grunt's
major: 1, // package task
minor: 5,
dot: 2,
Expand Down
2 changes: 1 addition & 1 deletion snapshot/angular-touch.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.5.2-build.4674+sha.a1010c5
* @license AngularJS v1.5.2-build.4675+sha.e166621
* (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion snapshot/angular-touch.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions snapshot/angular.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license AngularJS v1.5.2-build.4674+sha.a1010c5
* @license AngularJS v1.5.2-build.4675+sha.e166621
* (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
Expand Down Expand Up @@ -57,7 +57,7 @@ function minErr(module, ErrorConstructor) {
return match;
});

message += '\nhttp://errors.angularjs.org/1.5.2-build.4674+sha.a1010c5/' +
message += '\nhttp://errors.angularjs.org/1.5.2-build.4675+sha.e166621/' +
(module ? module + '/' : '') + code;

for (i = SKIP_INDEXES, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {
Expand Down Expand Up @@ -2443,7 +2443,7 @@ function toDebugString(obj) {
* - `codeName` – `{string}` – Code name of the release, such as "jiggling-armfat".
*/
var version = {
full: '1.5.2-build.4674+sha.a1010c5', // all of these placeholder strings will be replaced by grunt's
full: '1.5.2-build.4675+sha.e166621', // all of these placeholder strings will be replaced by grunt's
major: 1, // package task
minor: 5,
dot: 2,
Expand Down
6 changes: 3 additions & 3 deletions snapshot/angular.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified snapshot/angular.min.js.gzip
Binary file not shown.
20 changes: 10 additions & 10 deletions snapshot/docs/js/versions-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ angular.module('versionsData', [])
"patch": 2,
"prerelease": [
"build",
"4674"
"4675"
],
"build": "sha.a1010c5",
"version": "1.5.2-build.4674",
"build": "sha.e166621",
"version": "1.5.2-build.4675",
"codeName": "snapshot",
"isSnapshot": true,
"full": "1.5.2-build.4674+sha.a1010c5",
"full": "1.5.2-build.4675+sha.e166621",
"branch": "master",
"commitSHA": "a1010c5f741a05c924e3295c12b5e6128265abbd"
"commitSHA": "e166621c9d05691ed686d9115abbd159f8ece1b9"
})
.value('NG_VERSIONS', [
{
Expand All @@ -25,15 +25,15 @@ angular.module('versionsData', [])
"patch": 2,
"prerelease": [
"build",
"4674"
"4675"
],
"build": "sha.a1010c5",
"version": "1.5.2-build.4674",
"build": "sha.e166621",
"version": "1.5.2-build.4675",
"codeName": "snapshot",
"isSnapshot": true,
"full": "1.5.2-build.4674+sha.a1010c5",
"full": "1.5.2-build.4675+sha.e166621",
"branch": "master",
"commitSHA": "a1010c5f741a05c924e3295c12b5e6128265abbd"
"commitSHA": "e166621c9d05691ed686d9115abbd159f8ece1b9"
},
{
"raw": "v1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion snapshot/docs/partials/misc/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3 id="how-can-i-get-some-angularjs-schwag-">How can I get some AngularJS schwa
make our schwag will be happy to do a custom run for you, based on our existing template. By using the design they have on file,
they&#39;ll waive the setup costs, and you can order any quantity you need.</p>
<p><strong>Stickers</strong>
For orders of 250 stickers or more within Canada or the United States, contact Tom Witting (or anyone in sales) via email at <a href="&#x6d;&#97;&#x69;&#108;&#x74;&#x6f;&#58;&#116;&#x6f;&#109;&#x40;&#x73;&#x74;&#105;&#99;&#107;&#x65;&#114;&#103;&#105;&#x61;&#110;&#116;&#46;&#99;&#x6f;&#109;">&#116;&#x6f;&#109;&#x40;&#x73;&#x74;&#105;&#99;&#107;&#x65;&#114;&#103;&#105;&#x61;&#110;&#116;&#46;&#99;&#x6f;&#109;</a>, and tell him you want to order some AngularJS
For orders of 250 stickers or more within Canada or the United States, contact Tom Witting (or anyone in sales) via email at <a href="&#x6d;&#97;&#105;&#108;&#116;&#111;&#x3a;&#x74;&#111;&#x6d;&#64;&#115;&#116;&#x69;&#x63;&#107;&#101;&#x72;&#x67;&#x69;&#x61;&#110;&#x74;&#46;&#99;&#111;&#109;">&#x74;&#111;&#x6d;&#64;&#115;&#116;&#x69;&#x63;&#107;&#101;&#x72;&#x67;&#x69;&#x61;&#110;&#x74;&#46;&#99;&#111;&#109;</a>, and tell him you want to order some AngularJS
stickers just like the ones in job #42711. You&#39;ll have to give them your own info for billing and shipping.</p>
<p>As long as the design stays exactly the same, <a href="http://www.stickergiant.com">StickerGiant</a> will give you a reorder discount.</p>
<p>For a smaller order, or for other countries, we suggest downloading the logo artwork and making your own.</p>
Expand Down
Loading

0 comments on commit cc4908c

Please sign in to comment.