| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-08-15 | docs($cookies): add info about angular-cookies.js | Rob Dodson | |
| per the [top comment here](http://docs.angularjs.org/api/ngCookies.$cookies#comment-912064775) updating documentation so it matches [$resource](http://docs.angularjs.org/api/ngResource.$resource) and instructs the user to include the `angular-cookies.js` and load `ngCookies`. Closes #3607 | |||
| 2013-05-08 | feat($cookieStore): $cookieStore.get now parses blank string as blank string | Illniyar | |
| closes #1918 | |||
| 2013-01-29 | docs($cookies): added example to $cookies api docs | Dean Sofer | |
| Better than nothing. | |||
| 2012-06-12 | docs(*): simplify doc urls | Igor Minar | |
| we now have two types of namespaces: - true namespace: angular.* - used for all global apis - virtual namespace: ng.*, ngMock.*, ... - used for all DI modules the virual namespaces have services under the second namespace level (e.g. ng.) and filters and directives prefixed with filter: and directive: respectively (e.g. ng.filter:orderBy, ng.directive:ngRepeat) this simplifies urls and makes them a lot shorter while still avoiding name collisions | |||
| 2012-04-05 | fix(docs): move $cookies and $cookieStore docs to module | Igor Minar | |
| 2012-03-28 | chore(ngCookies): moved to module | Misko Hevery | |
