This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Reminder to fix up animate.js #9549
Open
Description
Once #8974 goes then the following needs to be done for ngAnimate/animate.js
.
- Properly document the
options
API param and provide info on how to use temporary class name values. - Fix the
options
param such that it only accepts strings or object params. - Improve the quality of the tests here: https://github.com/angular/angular.js/blob/master/test/ngAnimate/animateSpec.js#L2459