Skip to content

Instantly share code, notes, and snippets.

@jasperboyd
Created November 16, 2015 16:54
Show Gist options
  • Save jasperboyd/28706661c31a00363382 to your computer and use it in GitHub Desktop.
Save jasperboyd/28706661c31a00363382 to your computer and use it in GitHub Desktop.
Template For Directive
<sw-listing-display ng-if="$root.loadedResourceBundle"
data-showsearch="true"
data-collection-config="yourDirectiveName.getGiftCardCollectionConfig()"
data-record-edit-action="admin:entity.editgiftcard"
data-record-detail-action="admin:entity.detailgiftcard">
<sw-listing-column data-property-identifier="giftCardCode" />
<sw-listing-column data-property-identifier="order.orderNumber" />
</sw-listing-display>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment