I have the following
<label for="source" class="col-md-2 control-label">SourceFolder</label>
I have a value in the javascript , filed is called eventtype. I am trying to do the following
<label for="source" class="col-md-2 control-label">eventtype == 2 ? SourceDirectory
:SourceFolder</label>
How can i do this using ternary operator ?