From d3d3e76d8b36426a7a4a815fc4c4311c5e993e87 Mon Sep 17 00:00:00 2001 From: David Eriksson Date: Mon, 18 May 2015 21:48:02 +0200 Subject: [PATCH] docs($cookiesProvider): Escaping of HTML Escape the "base" HTML element so it will be displayed in the online documentation. --- src/ngCookies/cookies.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ngCookies/cookies.js b/src/ngCookies/cookies.js index bde93ce407e4..520745ee2a8e 100644 --- a/src/ngCookies/cookies.js +++ b/src/ngCookies/cookies.js @@ -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 tag will be used as path. + * Note: by default the address that appears in your `` tag will be used as path. * This is import so that cookies will be visible for all routes in case html5mode is enabled * **/