Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. "code":function(cmp, fn) { return fn.add("slds-button slds-button--brand slds-path__mark-complete slds-no-flex slds-m-horizontal--small ",cmp.get("v.backCss")); },
  2.  
  3. <button class="{!'slds-button slds-button--brand slds-path__mark-complete slds-no-flex slds-m-horizontal--small ' + v.backCss}" onclick="{!c.handlePreviousClick}">
  4.  
  5. <button class="{!concat('slds-button slds-button--brand slds-path__mark-complete slds-no-flex slds-m-horizontal--small ', v.backCss)}" onclick="{!c.handlePreviousClick}">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement