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

Function prepareAnimateOptions

test/angular/1.4/angular.js:4915–4919  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

4913// that can be changed. This helper function ensures that the options
4914// are wiped clean incase a callback function is provided.
4915function prepareAnimateOptions(options) {
4916 return isObject(options)
4917 ? options
4918 : {};
4919}
4920
4921var $$CoreAnimateJsProvider = function() {
4922 this.$get = function() {};

Callers 1

angular.jsFile · 0.70

Calls 1

isObjectFunction · 0.70

Tested by

no test coverage detected