Guest User

Untitled

a guest
Sep 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <aura:component implements="flexipage:availableForAllPageTypes" access="global" controller="ComponentController">
  2. <aura:attribute name="firstName" type="String" value="" default="Mr.Jones" />
  3. Hello {!v.firstName}!
  4. </aura:component>
  5.  
  6. Field_Integrity_Exception
  7. Failed to save FirstComponent.cmp: 0Ad7F000001ZB2U:3,82: Invalid attribute "value": Source
Add Comment
Please, Sign In to add comment