mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-08 02:38:51 +00:00
10 lines
176 B
JavaScript
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) {
|
|
|
|
|
|
});
|
|
|