Scroll function not working
I have a widget with a button (go back button). When user clicks on this button, it should go back to the previous page and scroll down to a specific location. This is my client script: c.goBackToOutageList = function() { $location.path('/csm'); $ti...
