README
Date range picker that supports commonjs
This is a fork of the library developed by fragaria The purpose is to add code to allow this library be commonjs compatible.
angular.module('module', ['daterangepicker'])
Fork of fragaria's date range picker that supports commonjs & AMD
<script type="module">
import opengovsgAngularDaterangepickerWebpack from 'https://cdn.skypack.dev/@opengovsg/angular-daterangepicker-webpack';
</script>
This is a fork of the library developed by fragaria The purpose is to add code to allow this library be commonjs compatible.
angular.module('module', ['daterangepicker'])