We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f3a79 commit 8d1f2a5Copy full SHA for 8d1f2a5
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