diff --git a/src/main/webapp/js/directives.js b/src/main/webapp/js/directives.js index 165a85b9..18b33ff7 100644 --- a/src/main/webapp/js/directives.js +++ b/src/main/webapp/js/directives.js @@ -11,7 +11,7 @@ module.directive('scrollTo', function() { if (value) { $('html, body').animate({ scrollTop : $(element).offset().top + 'px' - }, 'fast'); + }, 0); } }); }