In my text, I have the code:
<div>{{ user.userName }}</div>
Is there a way to make this display a "Please Login" message if user.userName is NULL. Note. I would like to encode this business logic in the client, and not in the controller.
user3568783
source share