flosight-api/public/js/controllers/index.js
2014-01-06 18:01:23 -03:00

5 lines
157 B
JavaScript
Executable File

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