aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ng/animator.js2
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) {