mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+3
-3
@@ -14,7 +14,7 @@ declare module "angular-cookies" {
|
||||
/**
|
||||
* ngCookies module (angular-cookies.js)
|
||||
*/
|
||||
declare module angular.cookies {
|
||||
declare namespace angular.cookies {
|
||||
|
||||
/**
|
||||
* Cookies options
|
||||
@@ -22,13 +22,13 @@ declare module angular.cookies {
|
||||
*/
|
||||
interface ICookiesOptions {
|
||||
/**
|
||||
* The cookie will be available only for this path and its sub-paths.
|
||||
* The cookie will be available only for this path and its sub-paths.
|
||||
* By default, this would be the URL that appears in your base tag.
|
||||
*/
|
||||
path?: string;
|
||||
/**
|
||||
* The cookie will be available only for this domain and its sub-domains.
|
||||
* For obvious security reasons the user agent will not accept the cookie if the
|
||||
* For obvious security reasons the user agent will not accept the cookie if the
|
||||
* current domain is not a sub domain or equals to the requested domain.
|
||||
*/
|
||||
domain?: string;
|
||||
|
||||
Reference in New Issue
Block a user