diff options
Diffstat (limited to 'src/ng/animator.js')
| -rw-r--r-- | src/ng/animator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/animator.js b/src/ng/animator.js index 059e7684..f3714db8 100644 --- a/src/ng/animator.js +++ b/src/ng/animator.js @@ -283,7 +283,7 @@ var $AnimatorProvider = function() { } function show(element) { - element.css('display', 'block'); + element.css('display', ''); } function hide(element) { |
