How to include the JavaScript file properly, before loading this datetimepickerfile, I need to include jquery, bootstrap. Any help would be really helpful.
Hey there, it looks like this datetimepicker is available via NPM as well as bower. I suggest you install it and its dependencies with NPM. Because kibana uses webpack to build its bundles, you can then just require these files:
Thanks for the reply @cjcenizal
I could now able to include jquery and bootstrap and eonsadan-bootstrap-datetimepicker but dont know how to use inside the application
my app.js
`var $ = require('jquery');
require('bootstrap');
import moment from 'moment';
require('eonasdan-bootstrap-datetimepicker');
import chrome from 'ui/chrome';
import uiModules from 'ui/modules';
import uiRoutes from 'ui/routes';
uiModules
.get('app/hikapp', [])
.controller('hikappHelloWorld', function ($scope, $route, $interval, $http, $routeParams) {
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.