HotTowel-Angular icon indicating copy to clipboard operation
HotTowel-Angular copied to clipboard

ccScrollToTop directive doesn't work in IE 11

Open ericpanorel opened this issue 10 years ago • 2 comments

On a windows 7, 64-bit machine with IE 11, I encountered this issue wherein clicking the scroll to the top chevron up icon doesn't work. My fix was this:

From:

$('body').animate({ scrollTop: 0 }, 500);

To:

$('html, body').animate({ scrollTop: 0 }, 500);

ericpanorel avatar Sep 22 '14 22:09 ericpanorel

feel free to make a PR

johnpapa avatar Sep 23 '14 00:09 johnpapa

facing issue while upgrade with 1,6 ... Error: $injector:modulerr Module Error??

ashutoshsoni avatar Mar 21 '18 09:03 ashutoshsoni