I\'m working on the template for a directive. If a property in the scope is set to true, data-toggle=\"dropdown\" should be appended to the element. If the vari
data-toggle=\"dropdown\"
will produce when isTrue=true :
and when isTrue=false :