eHealthAfrica/direct-delivery-dashboard

View on GitHub
src/app/components/utility/utility.constants.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Created by chima on 12/10/15.
 */

angular.module('utility')
  .constant('APP_CONSTANTS', {
    pageSizes: [{label: '10', value: 10}, {label: '25', value: 25},
      {label: '50', value: 50}, {label: '100', value: 100}, {label: 'All', value: 0}]
  })