标签: angularjs angularjs-directive angularjs-scope
我正在开发angularjs项目。在这里,我在https:// localhost:8080 / private / path中创建一个cookie。但我需要在这里创建它https:// localhost:8080 /。那我该怎么办呢?
我想将此Cookie ID设置为特定路径,例如https:// localhost:8080 / in angular js
$cookies.contactId = data.id;