Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

$http disabling caching does not work #1586

@mgcrea

Description

@mgcrea

Using Angularjs-1.0.2 w/ Chrome 23.0 on OSX.

I can't get rid of a partial that has been cached by the $http.get method.

  • Tried incognito mode & cleared chrome cache
  • Tried $http.get(attr.bsPopover, {cache: false})
  • Tried $templateCache.removeAll(); before performing the request.

It never works! Chrome always gives a Status Code:200 OK (from cache)

Workaround for now is to use random ints...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions