'use strict'; angular.module('insight.system').controller('FooterController', function ($scope, Global) { $scope.global = Global; });