watsonbox/facture

View on GitHub
app/assets/javascripts/controllers/invoices_index_controller.js.coffee

Summary

Maintainability
Test Coverage
Facture.InvoicesIndexController = Ember.ArrayController.extend
  sortProperties: ['date']
  sortAscending: false
  itemController: 'invoiceIndex'