All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.angular-bootstrap-datetimepicker.demo.demo-app.js Maven / Gradle / Ivy

There is a newer version: 0.66.0.1
Show newest version
/*globals angular */
angular.module('demo',
  [
    'demo.demoController',
    'ui.bootstrap.datetimepicker',
    'ui.dateTimeInput'
  ])
  .config([
    function () {
      'use strict';

      // Configure the app here.

    }
  ]);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy