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

Commit a2b5a5e

Browse files
twogoodNarretz
authored andcommitted
docs($cookiesProvider): escape HTML
Escape the "base" HTML element so it will be displayed in the online documentation. Closes #11897
1 parent 1d41e8a commit a2b5a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngCookies/cookies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ angular.module('ngCookies', ['ng']).
4343
* or a Date object indicating the exact date/time this cookie will expire.
4444
* - **secure** - `{boolean}` - The cookie will be available only in secured connection.
4545
*
46-
* Note: by default the address that appears in your <base> tag will be used as path.
46+
* Note: by default the address that appears in your `<base>` tag will be used as path.
4747
* This is import so that cookies will be visible for all routes in case html5mode is enabled
4848
*
4949
**/

0 commit comments

Comments
 (0)