MCPcopy Index your code
hub / github.com/angular-ui/ui-router / prepareAnimateOptions

Function prepareAnimateOptions

test/angular/1.5/angular.js:5124–5128  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

5122// that can be changed. This helper function ensures that the options
5123// are wiped clean incase a callback function is provided.
5124function prepareAnimateOptions(options) {
5125 return isObject(options)
5126 ? options
5127 : {};
5128}
5129
5130var $$CoreAnimateJsProvider = /** @this */ function() {
5131 this.$get = noop;

Callers 1

angular.jsFile · 0.70

Calls 1

isObjectFunction · 0.70

Tested by

no test coverage detected