Copyright © Kiwigrid GmbH 2014-2018
See http://kiwigrid.github.io/keta/
See changelog
DatePicker
and TimeRangeSelector
components depend on Moment.js as an AngularJS constant.
Add Moment.js source file to your index.html
:
<script src="libs/moment/min/moment.min.js"></script>
Add a constant wrapper to your app.js
:
angular.module('moment', []).constant('moment', moment);