You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2019. It is now read-only.
Crossposting from emberjs/ember.js#12358
So you've got this in your template:
condition
isnull
, and it correctly renders to<a>
.But then you change
condition
dynamically.When
condition
isnull
again, it renders as<a href="null">
.Demo (thx to @alexspeller): http://ember-twiddle.com/a0a8088d67b451817902
The text was updated successfully, but these errors were encountered: