angular.js/docs
Igor Minar 2e9fed7b6c fix(e2e): add index-nocache.html to run e2e tests without cache
using appcache while running e2e tests was causing the following
problems:
- Safari would occasionally reload the app (as a result of the appcache
  refresh) during the angular.validator.asychronous test, which would
  result in test failure and false positivy.
- Firefox6 would run the tests very slowly, disabling the cache resolved
  the latency issues
- Sometimes tests would run with stale code pulled from cache, which
  would result in flaky tests.
2011-09-26 23:51:55 +02:00
..
content feat(docs): use html5 history api for all routing in the docs app 2011-09-26 23:51:53 +02:00
examples doc(ng:include): improve the doc example to avoid confusion 2011-07-16 22:01:19 -07:00
img doc($location): $location docs + using $location guide 2011-09-08 23:00:59 +02:00
spec feat(docs): use html5 history api for all routing in the docs app 2011-09-26 23:51:53 +02:00
src fix(e2e): add index-nocache.html to run e2e tests without cache 2011-09-26 23:51:55 +02:00