freeCodeCamp/public/js/controllers/index.js

3 lines
141 B
JavaScript
Executable File

angular.module('mean.system').controller('IndexController', ['$scope', 'Global', function ($scope, Global) {
$scope.global = Global;
}]);