angular.js/src
Matias Niemelä 6760d7a315 fix($animate): ensure keyframe animations are blocked around the reflow
Keyframe animations trigger on the first CSS class and not the second.
This may cause a slight flicker during a stagger animation since the
animation has already started before the stagger delay is considered.
This fix ensures that the animation is blocked until the active animation
starts which allows for staggering animations to take over properly.

Closes #5018
2013-11-21 20:48:15 -05:00
..
auto docs(api): example for $provide.value() uses $provide.value() 2013-11-20 11:21:09 +00:00
ng fix($compile): ensure CSS classes are added and removed only when necessary 2013-11-21 20:47:44 -05:00
ngAnimate fix($animate): ensure keyframe animations are blocked around the reflow 2013-11-21 20:48:15 -05:00
ngCookies feat(docs): provide index pages for each angular module 2013-10-23 17:00:12 -04:00
ngLocale style: make jshint happy 2013-10-22 15:32:41 -07:00
ngMock chore(mocks): Remove reference to flushNext 2013-11-14 16:07:36 +00:00
ngResource fix($resource): Always return a resource instance when calling class methods on resources. 2013-11-21 09:51:02 -08:00
ngRoute docs(ngRoute): make it easier to find the example 2013-11-20 11:18:21 +00:00
ngSanitize feat(docs): provide index pages for each angular module 2013-10-23 17:00:12 -04:00
ngScenario fix(ngScenario): correctly disable animations for end 2 end tests 2013-11-08 01:03:17 -08:00
ngTouch chore(docs): fix jsHint errors with long lines 2013-10-23 17:44:37 -04:00
.jshintrc fix($compile): ensure CSS classes are added and removed only when necessary 2013-11-21 20:47:44 -05:00
Angular.js fix($compile): ensure CSS classes are added and removed only when necessary 2013-11-21 20:47:44 -05:00
angular.prefix chore(license): update to google 2012-04-20 11:29:34 -07:00
angular.suffix fix(init): use jQuery#ready for init if available 2012-03-23 15:41:37 -07:00
AngularPublic.js style: make jshint happy 2013-10-22 15:32:41 -07:00
apis.js feat(ngRepeat): add support for custom tracking of items 2013-03-29 23:01:52 -07:00
jqLite.js feat(jqLite): expose isolateScope() getter similar to scope() 2013-11-07 22:08:22 -08:00
loader.js fix(loader): don't rely on internal APIs 2013-11-14 15:05:39 -08:00
loader.prefix fix(loader): don't rely on internal APIs 2013-11-14 15:05:39 -08:00
loader.suffix fix(loader): don't rely on internal APIs 2013-11-14 15:05:39 -08:00
minErr.js fix(minErr): remove references to internals APIs 2013-11-14 15:00:53 -08:00
module.prefix chore(module): improved module prefix/suffix code 2012-05-04 15:50:37 -07:00
module.suffix chore(module): improved module prefix/suffix code 2012-05-04 15:50:37 -07:00
publishExternalApis.js chore(Rakefile): get ready for modules 2012-03-28 11:16:36 -07:00