(animationPhase)
| 968 | }); |
| 969 | |
| 970 | function fireDOMCallback(animationPhase) { |
| 971 | var eventName = '$animate:' + animationPhase; |
| 972 | if(elementEvents && elementEvents[eventName] && elementEvents[eventName].length > 0) { |
| 973 | $$asyncCallback(function() { |
| 974 | element.triggerHandler(eventName, { |
| 975 | event : animationEvent, |
| 976 | className : className |
| 977 | }); |
| 978 | }); |
| 979 | } |
| 980 | } |
| 981 | |
| 982 | function fireBeforeCallbackAsync() { |
| 983 | fireDOMCallback('before'); |
no outgoing calls
no test coverage detected