flosight-api/public/js/controllers/index.js
2014-01-06 17:34:25 -03:00

5 lines
159 B
JavaScript
Executable File

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