mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-19 08:21:03 +08:00
Fix property name that introduced a bug that occurs when there are 2 animations per page with similar signature. Due to mistype they were assigned same cache key so second animation was processed incorrectly Closes #7566