eHealthAfrica/direct-delivery-dashboard

View on GitHub
src/app/components/footer/footer.controller.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict'

angular.module('footer')
  .controller('FooterCtrl', function (config) {
    this.year = new Date().getFullYear()
    this.version = config.version
  })