flosight-api/public/js/controllers/footer.js
2014-01-21 11:51:34 -03:00

9 lines
141 B
JavaScript

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