How do you use ember with anchor tags

When designing an app that uses both anchor tags and ember, how do you do this? It would seem like something that is probably baked into the framework but just not aware of it. I have seen this question / answer (albeit 6 months old) javascript - Ember.js anchor link - Stack Overflow but that looks pretty ugly. Not supporting canonical anchor tags might be a deal breaker. It seems like if ember was looking for only #/name and #name could be an anchor that would be ideal.

thx for any help

Ping. Im also looking for this info.

Don’t use anchor tags. Use the link-to helper. If you need to pop a modal, like that SO post does, call it using plain JS.

Using plain anchor tags to navigate is going to be a very hard time in any single-page app web framework.