Skip to content

Instantly share code, notes, and snippets.

@AlexandrBasan
Created July 1, 2015 21:58
Show Gist options
  • Save AlexandrBasan/c3e7d59a1fca173b814a to your computer and use it in GitHub Desktop.
Save AlexandrBasan/c3e7d59a1fca173b814a to your computer and use it in GitHub Desktop.
KnockoutJS if value != blank than show value in other case show Text
<div data-bind="text: fqdn5() === '' ? 'Default Value' : fqdn5 "></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment