eHealthAfrica/direct-delivery-dashboard

View on GitHub
src/app/components/products/products.module.js

Summary

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

angular.module('products', [
  'core',
  'config',
  'pouchdb',
  'db'
])