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

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

Closed
matsko wants to merge 1 commit into
angular:masterfrom
matsko:pr_fix_options
Closed

fix($animate): ignore invalid option parameter values#11946
matsko wants to merge 1 commit into
angular:masterfrom
matsko:pr_fix_options

Conversation

@matsko

@matsko matsko commented May 26, 2015

Copy link
Copy Markdown
Contributor

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

matsko commented May 26, 2015

Copy link
Copy Markdown
Contributor Author

LGTM (from Igor in person)

@matsko

matsko commented May 26, 2015

Copy link
Copy Markdown
Contributor Author

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.

2 participants