We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075a9e6 commit f64f874Copy full SHA for f64f874
lib/core_dom/cookies.dart
@@ -6,7 +6,7 @@ part of angular.core.dom_internal;
6
*/
7
@Injectable()
8
class BrowserCookies {
9
- String cookiePath;
+ String cookiePath = '/';
10
11
ExceptionHandler _exceptionHandler;
12
dom.Document _document;
0 commit comments