Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix($animate): ignore invalid option parameter values #11946

Closed
wants to merge 1 commit into from

Conversation

matsko
Copy link
Contributor

@matsko matsko commented May 26, 2015

Prior to this fix there was another patch that threw an exception if the
provided options value was not of an object type. While this is correct
in terms of logic, it caused issues with plugins and tools that are
designed to work with multiple version of Angular. This fix ensures that
these plugins work since an invalid options value is ignored by
$animate.

Closes #11826

Prior to this fix there was another patch that threw an exception if the
provided options value was not of an object type. While this is correct
in terms of logic, it caused issues with plugins and tools that are
designed to work with multiple version of Angular. This fix ensures that
these plugins work since an invalid options value is ignored by
`$animate`.

Closes angular#11826
@matsko
Copy link
Contributor Author

matsko commented May 26, 2015

LGTM (from Igor in person)

@matsko
Copy link
Contributor Author

matsko commented May 26, 2015

Landed as 72edd4d

@matsko matsko closed this May 26, 2015
@matsko matsko deleted the pr_fix_options branch May 26, 2015 21:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants