Socket
Socket
Sign inDemoInstall

cd-datetime-picker

Package Overview
Dependencies
8
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cd-datetime-picker

angular-datetime-picker


Version published
Weekly downloads
1
Maintainers
2
Install size
16.0 MB
Created
Weekly downloads
 

Readme

Source

cd-datetime-picker

Configuration

  • Include Dependencies

    • Requires angular, bootstrap, jquery (jqlite is not supported) and moment.js
      <!-- vendor dependencies -->
      <script src="vendor/jquery.min.js"></script>
      <script src="vendor/angular.min.js"></script>
      <script src="vendor/bootstrap.min.js"></script>
      <script src="vendor/moment.min.js"></script>
    
      <!-- ci directives -->
      <script src="build/datetime-picker.directive.min.js"></script>
    
  • Setup controller

    • The following items are required in controller (see app.controller.js for example)

Credits

cd-datetime-picker written by Mike Erickson

E-Mail: codedungeon@gmail.com

Twitter: @codedungeon

Website: codedungeon.org

Additional Attribution:

jQuery Timepicker Bootstrap DateTimePicker moment.js

Keywords

FAQs

Last updated on 29 Jan 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc