META-INF.resources.bower_components.angular-bootstrap-datetimepicker.demo.demo-app.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-bootstrap-date-time-picker Show documentation
Show all versions of jwebmp-bootstrap-date-time-picker Show documentation
The JWebSwing implementation for Bootstrap Date Time Picker
/*globals angular */
angular.module('demo',
[
'demo.demoController',
'ui.bootstrap.datetimepicker',
'ui.dateTimeInput'
])
.config([
function () {
'use strict';
// Configure the app here.
}
]);