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