We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7cb9b commit 997e2caCopy full SHA for 997e2ca
src/ngCookies/cookies.js
@@ -43,7 +43,7 @@ angular.module('ngCookies', ['ng']).
43
* or a Date object indicating the exact date/time this cookie will expire.
44
* - **secure** - `{boolean}` - The cookie will be available only in secured connection.
45
*
46
- * Note: by default the address that appears in your <base> tag will be used as path.
+ * Note: by default the address that appears in your `<base>` tag will be used as path.
47
* This is import so that cookies will be visible for all routes in case html5mode is enabled
48
49
**/
0 commit comments