MCPcopy
hub / github.com/angular-ui/ui-router / getEventData

Function getEventData

test/angular/1.7/angular-animate.js:2134–2141  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

2132 };
2133
2134 function getEventData(options) {
2135 return {
2136 addClass: options.addClass,
2137 removeClass: options.removeClass,
2138 from: options.from,
2139 to: options.to
2140 };
2141 }
2142
2143 function makeTruthyCssClassMap(classString) {
2144 if (!classString) {

Callers 1

queueAnimationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected