This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
feat(modal): add option to disable animations #2725
Merged
chrisirhc
merged 1 commit into
angular-ui:master
from
chrisirhc:feature/modal-disable-animation
Mar 30, 2015
Merged
feat(modal): add option to disable animations #2725
chrisirhc
merged 1 commit into
angular-ui:master
from
chrisirhc:feature/modal-disable-animation
Mar 30, 2015
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I'd love to see this get merged. |
+1 |
2 similar comments
+1 |
+1 |
+1 |
1 similar comment
+1 |
+1, can we get this merged? |
@chrisirhc are you able to update the PR - it can't be auto merged / cherry picked. |
+1 Any word on this? |
Will rebase it in a short while, after I rebase #2724 . |
Moved milestone to 0.13.0 - sounds like we can get this in for the next release. |
How much work is left on this PR @chrisirhc ? |
chrisirhc
force-pushed
the
feature/modal-disable-animation
branch
from
March 30, 2015 07:53
061ec62
to
05f4bbe
Compare
chrisirhc
added a commit
to chrisirhc/angular-ui-bootstrap
that referenced
this pull request
Mar 30, 2015
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
chrisirhc
force-pushed
the
feature/modal-disable-animation
branch
from
March 30, 2015 07:59
05f4bbe
to
5e661d4
Compare
fernando-sendMail
pushed a commit
to fernando-sendMail/bootstrap
that referenced
this pull request
Jul 9, 2015
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
fernando-sendMail
pushed a commit
to fernando-sendMail/bootstrap
that referenced
this pull request
Jul 16, 2015
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
fernando-sendMail
pushed a commit
to fernando-sendMail/bootstrap
that referenced
this pull request
Jul 16, 2015
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
fernando-sendMail
pushed a commit
to fernando-sendMail/bootstrap
that referenced
this pull request
Jul 16, 2015
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
fernando-sendMail
pushed a commit
to fernando-sendMail/bootstrap
that referenced
this pull request
Jul 16, 2015
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
fernando-sendMail
pushed a commit
to fernando-sendMail/bootstrap
that referenced
this pull request
Jul 16, 2015
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
fernando-sendMail
pushed a commit
to fernando-sendMail/bootstrap
that referenced
this pull request
Jul 16, 2015
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
fernando-sendMail
pushed a commit
to fernando-sendMail/bootstrap
that referenced
this pull request
Jul 16, 2015
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
fernando-sendMail
pushed a commit
to fernando-sendMail/bootstrap
that referenced
this pull request
Jul 16, 2015
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
fernando-sendMail
pushed a commit
to fernando-sendMail/bootstrap
that referenced
this pull request
Jul 16, 2015
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
fernando-sendMail
pushed a commit
to fernando-sendMail/bootstrap
that referenced
this pull request
Jul 16, 2015
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
fernando-sendMail
pushed a commit
to fernando-sendMail/bootstrap
that referenced
this pull request
Jul 16, 2015
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
fernando-sendMail
pushed a commit
to fernando-sendMail/bootstrap
that referenced
this pull request
Jul 16, 2015
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
fernando-sendMail
pushed a commit
to fernando-sendMail/bootstrap
that referenced
this pull request
Jul 16, 2015
Note: Move backdropClass logic into compile function because otherwise modifying classes in the compile function is broken when using an interpolated class attribute. Fixes angular-ui#1007 Closes angular-ui#2725
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add ability to disable animations. Built on top of #2724 .