eHealthAfrica/direct-delivery-dashboard

View on GitHub
src/app/configurations/allocations/allocations.module.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Created by ehealthafrica on 7/3/15.
 */

angular.module('allocations', [
  'core',
  'config',
  'pouchdb',
  'products',
  'location',
  'log',
  'ngDragDrop',
  'ngCsvImport',
  'ngCsv'
])