unepwcmc/SAPI

View on GitHub
app/assets/javascripts/trade/views/shipments_common/shipments_rows_view.js.coffee

Summary

Maintainability
Test Coverage
Trade.ShipmentsRowsView = Ember.CollectionView.extend
  tagName: 'tbody'
  content: null

  itemViewClass: Ember.View.extend
    contextBinding: 'content'
    templateName: 'trade/shipments_common/shipment_row'

  emptyView: Ember.View.extend
    template: Ember.Handlebars.compile("No shipments found")