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

Description
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...