Knockout-Contrib / Knockout-Validation

A validation library for Knockout JS
1.02k stars 379 forks source link

MVC 4 IE 9 Back button #149

Closed odugen closed 12 years ago

odugen commented 12 years ago

I am loading knockout.js and knockout.validation.js with BundleConfig When you hit page with a direct url or link. Validation works. But when you go to another page and then hit "Back" button. knockout.validation.js is not loaded.

May be it is not firect issue of this extention but it would be helpfull if anybody will share with workaround.

Thanks

odugen commented 12 years ago

It was problem of MVC 4 BundleConfig and IE 9. Somehow it cached the response result. Event after reseting iis. Solution: was to restart PC, restart IIS, clean browser cache and cleanup the solution in VS (to be sure)