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

Commit

Permalink
fix(button): prevents transition from firing on ng-leave
Browse files Browse the repository at this point in the history
Closes #936
  • Loading branch information
Robert Messerle committed Mar 24, 2015
1 parent 38f0423 commit 9aedd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $button-fab-toast-offset: $button-fab-height * 0.75;
text-decoration: none;
}

&.ng-hide {
&.ng-hide, &.ng-leave {
transition: none;
}
;
Expand Down

0 comments on commit 9aedd74

Please sign in to comment.