angular.js/src/bootstrap
Igor Minar fec4ef3881 feat(Scenario): autodisable animations when running e2e tests
animations cause the dom to contain elements that have been removed
from the model but are being animated out.

we could teach the e2e runner to wait for animations but that would
make all tests slower. it should be quite safe to just disable
animations automatically when the app is running via the e2e test
runner.

this change disables only css animations. we should make additional
change that disables js animations as well, but since we don't need
this right now I'm punting on it.
2013-04-03 17:40:15 -07:00
..
css feat(bootstrap): support code prettify and dropdown from bootstrap 2012-05-04 15:50:37 -07:00
google-prettify docs(*): fixed typos 2013-03-29 23:14:55 +01:00
bootstrap-prettify.js feat(Scenario): autodisable animations when running e2e tests 2013-04-03 17:40:15 -07:00
bootstrap.js fix(*): name all anonymous watch functions in Angular 2012-09-06 16:06:25 -07:00