docs($cookiesProvider): escape HTML

Escape the "base" HTML element so it will be displayed in the online documentation.

Closes #11897
This commit is contained in:
David Eriksson
2015-05-18 21:48:02 +02:00
committed by Martin Staffa
parent 1d41e8a975
commit a2b5a5ed5f
+1 -1
View File
@@ -43,7 +43,7 @@ angular.module('ngCookies', ['ng']).
* or a Date object indicating the exact date/time this cookie will expire.
* - **secure** - `{boolean}` - The cookie will be available only in secured connection.
*
* 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.
* This is import so that cookies will be visible for all routes in case html5mode is enabled
*
**/