Skip to content

Commit 65f69be

Browse files
committed
v1.4.0-build.3968+sha.0d64f08
1 parent 27a0c56 commit 65f69be

Some content is hidden

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

42 files changed

+70
-69
lines changed
9.39 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.3967+sha.dd8b157
2+
* @license AngularJS v1.4.0-build.3968+sha.0d64f08
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.3967+sha.dd8b157
2+
* @license AngularJS v1.4.0-build.3968+sha.0d64f08
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.3967+sha.dd8b157
2+
* @license AngularJS v1.4.0-build.3968+sha.0d64f08
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.3967+sha.dd8b157
2+
* @license AngularJS v1.4.0-build.3968+sha.0d64f08
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.3967+sha.dd8b157/' +
61+
message += '\nhttp://errors.angularjs.org/1.4.0-build.3968+sha.0d64f08/' +
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.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.4.0-build.3967+sha.dd8b157
2+
* @license AngularJS v1.4.0-build.3968+sha.0d64f08
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -871,7 +871,7 @@ MessageFormatParser.prototype.ruleInAngularExpression = function ruleInAngularEx
871871
*
872872
* ## Example
873873
*
874-
* <example name="ngMessageFormat-example" module="msgFmtExample" deps="angular-messageFormat.min.js">
874+
* <example name="ngMessageFormat-example" module="msgFmtExample" deps="angular-message-format.min.js">
875875
* <file name="index.html">
876876
* <div ng-controller="AppController">
877877
* <button ng-click="decreaseRecipients()" id="decreaseRecipients">decreaseRecipients</button><br>
@@ -950,7 +950,7 @@ var $$MessageFormatFactory = ['$parse', '$locale', '$sce', '$exceptionHandler',
950950

951951
var $$interpolateDecorator = ['$$messageFormat', '$delegate', function $$interpolateDecorator($$messageFormat, $interpolate) {
952952
if ($interpolate['startSymbol']() != "{{" || $interpolate['endSymbol']() != "}}") {
953-
throw $interpolateMinErr('nochgmustache', 'angular-messageformat.js currently does not allow you to use custom start and end symbols for interpolation.');
953+
throw $interpolateMinErr('nochgmustache', 'angular-message-format.js currently does not allow you to use custom start and end symbols for interpolation.');
954954
}
955955
var interpolate = $$messageFormat['interpolate'];
956956
interpolate['startSymbol'] = $interpolate['startSymbol'];
@@ -962,6 +962,7 @@ var $$interpolateDecorator = ['$$messageFormat', '$delegate', function $$interpo
962962
/**
963963
* @ngdoc module
964964
* @name ngMessageFormat
965+
* @packageName angular-message-format
965966
* @description
966967
*/
967968
var module = window['angular']['module']('ngMessageFormat', ['ng']);

0 commit comments

Comments
 (0)