wazuh-kibana-app/public/controllers/testController.js
2017-03-29 00:34:48 -07:00

10 lines
176 B
JavaScript

// Require App
var app = require('ui/modules').get('app/wazuh');
app.controller('testController', function ($compile, appState, $scope, $rootScope, $http, Notifier) {
});