setup local repo
mkdir myrepository
cd myrepository
git init
add bitbucket remote as "origin"
| <aura:component implements="force:appHostable" controller="CreditCardSettingsController"> | |
| <aura:attribute name="data" | |
| type="Object"/> | |
| <aura:attribute name="columns" | |
| type="List"/> | |
| <aura:attribute name="record" | |
| type="Object"/> | |