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

Commit 5cb504a

Browse files
committed
v1.5.9-build.5104+sha.6d33294
1 parent 2865540 commit 5cb504a

35 files changed

+61
-51
lines changed
9.76 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.5.9-build.5103+sha.d717884
2+
* @license AngularJS v1.5.9-build.5104+sha.6d33294
33
* (c) 2010-2016 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.5.9-build.5103+sha.d717884
2+
* @license AngularJS v1.5.9-build.5104+sha.6d33294
33
* (c) 2010-2016 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: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.5.9-build.5103+sha.d717884
2+
* @license AngularJS v1.5.9-build.5104+sha.6d33294
33
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -51,6 +51,16 @@ angular.module('ngCookies', ['ng']).
5151
* Note: By default, the address that appears in your `<base>` tag will be used as the path.
5252
* This is important so that cookies will be visible for all routes when html5mode is enabled.
5353
*
54+
* @example
55+
*
56+
* ```js
57+
* angular.module('cookiesProviderExample', ['ngCookies'])
58+
* .config(['$cookiesProvider', function($cookiesProvider) {
59+
* // Setting default options
60+
* $cookiesProvider.defaults.domain = 'foo.com';
61+
* $cookiesProvider.defaults.secure = true;
62+
* }]);
63+
* ```
5464
**/
5565
var defaults = this.defaults = {};
5666

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-cookies.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.

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.5.9-build.5103+sha.d717884
2+
* @license AngularJS v1.5.9-build.5104+sha.6d33294
33
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -87,7 +87,7 @@ function minErr(module, ErrorConstructor) {
8787
return match;
8888
});
8989

90-
message += '\nhttp://errors.angularjs.org/1.5.9-build.5103+sha.d717884/' +
90+
message += '\nhttp://errors.angularjs.org/1.5.9-build.5104+sha.6d33294/' +
9191
(module ? module + '/' : '') + code;
9292

9393
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.

0 commit comments

Comments
 (0)