Question:
I am trying to changeresult
value between true/false by other values. I want set result
to true, if all other values are not empty.I think it looks like good, but
result
property returns true all time. So i can not hide result <p> tag.
Answer:
In this case you should defingresult
as a computed property :If you have better answer, please add a comment about this, thank you!