I'm trying to include the bootstrap scrollspy in my ember app.
The scrollspy needs href="#section1"
to do it's work, which is obviously confusing the router. That is giving me javascript errors like Uncaught Error: No route matched the URL 'section1'
, and breaking the scrollspy I believe. The last element is always selected.
Has somebody else managed to get this going? Is there a way to tell the router not to worry about this view?