dotJEM / angular-routing

Enhanced state based routing for Angular applications!
https://dotjem.github.io/angular-routing/
MIT License
75 stars 9 forks source link

scrollTo: null does not work as intended. #78

Closed jeme closed 10 years ago

jeme commented 10 years ago

Since null is evaluate as false if falls back to the default which is "top"...

jeme commented 10 years ago

scrollTo: 'null' can be used as a temporary workaround. (or any other bogus scroll target, bogus in the sense that no id or jem-anchor attributes are defined for it)