emberjs-touch
emberjs-touch copied to clipboard
Interfere with regular anchor elements?
I have a binding like:
<a {{bind-attr href=urlProperty}}>Foo</a>
where urlProperty
is a URL to a non-Ember location. I find that clicking on such links are broken; the browser does nothing.