moosi
moosi
I think I got your problem (code is not runnable, it's only showing the idea). Let's say this is your state: ``` .state('index', { url: "/", templateUrl: "some-template.html", }) ```...
Thank you dhilt, now I understand the scroll behaviour of my last plnkr. This time I created a example code that is really close to my actual challenge: https://plnkr.co/edit/BZhS8yI2VHqN16CiGLiN Here...
Any updates regarding this?
@dhilt thank you for taking your time! It seems like it is working the way you showed it in your plnkr but you need to use a $timeout. In my...