Skip to content

Commit 95c85e0

Browse files
committed
v1.4.2-build.4078+sha.33f7f26
1 parent f59f045 commit 95c85e0

66 files changed

Lines changed: 204 additions & 187 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
9.44 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.2-build.4077+sha.d0cb693
2+
* @license AngularJS v1.4.2-build.4078+sha.33f7f26
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.2-build.4077+sha.d0cb693
2+
* @license AngularJS v1.4.2-build.4078+sha.33f7f26
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: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.4.2-build.4077+sha.d0cb693
2+
* @license AngularJS v1.4.2-build.4078+sha.33f7f26
33
* (c) 2010-2015 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -17,8 +17,7 @@
1717
*
1818
* <div doc-module-components="ngCookies"></div>
1919
*
20-
* See {@link ngCookies.$cookies `$cookies`} and
21-
* {@link ngCookies.$cookieStore `$cookieStore`} for usage.
20+
* See {@link ngCookies.$cookies `$cookies`} for usage.
2221
*/
2322

2423

@@ -65,9 +64,11 @@ angular.module('ngCookies', ['ng']).
6564
* @description
6665
* Provides read/write access to browser's cookies.
6766
*
68-
* BREAKING CHANGE: `$cookies` no longer exposes properties that represent the
69-
* current browser cookie values. Now you must use the get/put/remove/etc. methods
70-
* as described below.
67+
* <div class="alert alert-info">
68+
* Up until Angular 1.3, `$cookies` exposed properties that represented the
69+
* current browser cookie values. In version 1.4, this behavior has changed, and
70+
* `$cookies` now provides a standard api of getters, setters etc.
71+
* </div>
7172
*
7273
* Requires the {@link ngCookies `ngCookies`} module to be installed.
7374
*
@@ -192,7 +193,7 @@ angular.module('ngCookies').
192193
* Requires the {@link ngCookies `ngCookies`} module to be installed.
193194
*
194195
* <div class="alert alert-danger">
195-
* **Note:** The $cookieStore service is deprecated.
196+
* **Note:** The $cookieStore service is **deprecated**.
196197
* Please use the {@link ngCookies.$cookies `$cookies`} service instead.
197198
* </div>
198199
*

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.4.2-build.4077+sha.d0cb693
2+
* @license AngularJS v1.4.2-build.4078+sha.33f7f26
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.2-build.4077+sha.d0cb693/' +
61+
message += '\nhttp://errors.angularjs.org/1.4.2-build.4078+sha.33f7f26/' +
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.

0 commit comments

Comments
 (0)