NLeSC/Cesium-NcWMS

View on GitHub
app/scripts/help/help.controller.js

Summary

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

  function HelpController() {
  }

  angular.module('eWaterCycleApp.help').controller('HelpController', HelpController);
})();