Skip to content

Commit 6acf914

Browse files
committed
v1.4.0-build.3959+sha.fa0bbde
1 parent 4e9f14a commit 6acf914

File tree

218 files changed

+5153
-4690
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+5153
-4690
lines changed
9.35 MB
Binary file not shown.

snapshot/angular-animate.js

Lines changed: 3014 additions & 1886 deletions
Large diffs are not rendered by default.

snapshot/angular-animate.min.js

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

snapshot/angular-animate.min.js.map

Lines changed: 3 additions & 3 deletions
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.3954+sha.9dfa949
2+
* @license AngularJS v1.4.0-build.3959+sha.fa0bbde
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.3954+sha.9dfa949
2+
* @license AngularJS v1.4.0-build.3959+sha.fa0bbde
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-csp.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,11 @@
1111
ng\:form {
1212
display: block;
1313
}
14+
15+
.ng-animate-shim {
16+
visibility:hidden;
17+
}
18+
19+
.ng-animate-anchor {
20+
position:absolute;
21+
}

snapshot/angular-loader.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.3954+sha.9dfa949
2+
* @license AngularJS v1.4.0-build.3959+sha.fa0bbde
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.3954+sha.9dfa949/' +
61+
message += '\nhttp://errors.angularjs.org/1.4.0-build.3959+sha.fa0bbde/' +
6262
(module ? module + '/' : '') + code;
6363

6464
for (i = SKIP_INDEXES, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {
@@ -288,7 +288,7 @@ function setupModuleLoader(window) {
288288
*
289289
*
290290
* Defines an animation hook that can be later used with
291-
* {@link ngAnimate.$animate $animate} service and directives that use this service.
291+
* {@link $animate $animate} service and directives that use this service.
292292
*
293293
* ```js
294294
* module.animation('.animation-name', function($inject1, $inject2) {

0 commit comments

Comments
 (0)