Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit f3cfb22

Browse files
committed
v1.4.0-build.3927+sha.67af519
1 parent cd06e11 commit f3cfb22

38 files changed

+157
-59
lines changed
9.33 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.4.0-build.3925+sha.afd0807
2+
* @license AngularJS v1.4.0-build.3927+sha.67af519
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.4.0-build.3925+sha.afd0807
2+
* @license AngularJS v1.4.0-build.3927+sha.67af519
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.3925+sha.afd0807
2+
* @license AngularJS v1.4.0-build.3927+sha.67af519
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: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.4.0-build.3925+sha.afd0807
2+
* @license AngularJS v1.4.0-build.3927+sha.67af519
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.3925+sha.afd0807/' +
61+
message += '\nhttp://errors.angularjs.org/1.4.0-build.3927+sha.67af519/' +
6262
(module ? module + '/' : '') + code;
6363

6464
for (i = SKIP_INDEXES, paramPrefix = '?'; i < templateArgs.length; i++, paramPrefix = '&') {
@@ -313,10 +313,17 @@ function setupModuleLoader(window) {
313313
* @ngdoc method
314314
* @name angular.Module#filter
315315
* @module ng
316-
* @param {string} name Filter name.
316+
* @param {string} name Filter name - this must be a valid angular expression identifier
317317
* @param {Function} filterFactory Factory function for creating new instance of filter.
318318
* @description
319319
* See {@link ng.$filterProvider#register $filterProvider.register()}.
320+
*
321+
* <div class="alert alert-warning">
322+
* **Note:** Filter names must be valid angular {@link expression} identifiers, such as `uppercase` or `orderBy`.
323+
* Names with special characters, such as hyphens and dots, are not allowed. If you wish to namespace
324+
* your filters, then you can use capitalization (`myappSubsectionFilterx`) or underscores
325+
* (`myapp_subsection_filterx`).
326+
* </div>
320327
*/
321328
filter: invokeLater('$filterProvider', 'register'),
322329

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-loader.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)