We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0870dc7 commit 1b4703bCopy full SHA for 1b4703b
src/ngCookies/cookies.js
@@ -43,7 +43,7 @@ angular.module('ngCookies', ['ng']).
43
* - **secure** - `{boolean}` - The cookie will be available only in secured connection.
44
*
45
* Note: by default the address that appears in your `<base>` tag will be used as path.
46
- * This is import so that cookies will be visible for all routes in case html5mode is enabled
+ * This is important so that cookies will be visible for all routes in case html5mode is enabled
47
48
**/
49
var defaults = this.defaults = {};
0 commit comments