540co/epa-rfi

View on GitHub
src/app/facility/facility.module.js

Summary

Maintainability
A
0 mins
Test Coverage
(function() {
  'use strict';

  angular
    .module('app.facility', ['app.core', 'app.services','chart.js', 'ngMaterial', 'ngMap', 'md.data.table'])
    .factory('$google', function() {
      return google;
    });

})();