mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Remove ui.ace, wasn't use and was breaking the tests
This commit is contained in:
parent
396a9dcdd0
commit
ef17b9041f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
define(function (require) {
|
||||
// require('angular-ui-ace');
|
||||
|
||||
var module = require('modules').get('app/visualize', ['ui.ace']);
|
||||
var module = require('modules').get('app/visualize');
|
||||
module.directive('visualizeExtras', function (Private, $compile) {
|
||||
|
||||
var $ = require('jquery');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue