tsukhu / rwd-spa-alljs-app

Responsive Single Page Application using an end to end Java Script stack
http://tsukhu.github.io/rwd-spa-alljs-app
MIT License
15 stars 10 forks source link

Smooth scrolling within the same page #3

Closed tsukhu closed 10 years ago

tsukhu commented 10 years ago

Tried to use scroll spy and jquery.localScroll.js but still not getting the effect of a smooth scroll. This needs to be investigated and fixed for the landingPage.html (partial). The challenge here is that bootstrap + angularJS partials are both involved.

tsukhu commented 10 years ago

Fixed .. using angular-smoothscroll instead of localscroll. It works perfectly