Skip to content

Commit 00b4070

Browse files
committed
v1.4.0-build.3961+sha.8bf5654
1 parent acb1487 commit 00b4070

33 files changed

+49
-49
lines changed
9.37 MB
Binary file not shown.

snapshot/angular-animate.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.4.0-build.3960+sha.a689ce6
2+
* @license AngularJS v1.4.0-build.3961+sha.8bf5654
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -3211,12 +3211,12 @@ var $$AnimationProvider = ['$animateProvider', function($animateProvider) {
32113211
* anymore.)
32123212
*
32133213
* In addition to the animation promise, we can also make use of animation-related callbacks within our directives and controller code by registering
3214-
* an event listener using the `$animate` service. Let's say for example that an animation was triggered on our `ng-view` element and we wanted our
3214+
* an event listener using the `$animate` service. Let's say for example that an animation was triggered on our view
32153215
* routing controller to hook into that:
32163216
*
32173217
* ```js
32183218
* ngModule.controller('HomePageController', ['$animate', function($animate) {
3219-
* $animate.on('enter', '[ng-view]', function(element) {
3219+
* $animate.on('enter', ngViewElement, function(element) {
32203220
* // the animation for this route has completed
32213221
* }]);
32223222
* }])

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.0-build.3960+sha.a689ce6
2+
* @license AngularJS v1.4.0-build.3961+sha.8bf5654
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.0-build.3960+sha.a689ce6
2+
* @license AngularJS v1.4.0-build.3961+sha.8bf5654
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.4.0-build.3960+sha.a689ce6
2+
* @license AngularJS v1.4.0-build.3961+sha.8bf5654
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -58,7 +58,7 @@ function minErr(module, ErrorConstructor) {
5858
return match;
5959
});
6060

61-
message += '\nhttp://errors.angularjs.org/1.4.0-build.3960+sha.a689ce6/' +
61+
message += '\nhttp://errors.angularjs.org/1.4.0-build.3961+sha.8bf5654/' +
6262
(module ? module + '/' : '') + code;
6363

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

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-messageFormat.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.0-build.3960+sha.a689ce6
2+
* @license AngularJS v1.4.0-build.3961+sha.8bf5654
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

0 commit comments

Comments
 (0)