At my job we have a one page site I created with AngularJS. We\'re using the ui-router plugin (version 0.2.0). Recently I\'ve noticed that when moving from one state
My code is happend this problem too, and I found a body{overflow: hidden;} is the reason, I remove "overflow: hidden;" and all is well.