flosight-api/public/js/controllers/index.js

7 lines
198 B
JavaScript
Executable File

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