/keta

Frontend Components for Kiwigrid Platform based AngularJS Apps

Primary LanguageJavaScriptMIT LicenseMIT

keta

Frontend Components for Kiwigrid Platform based AngularJS Apps

Copyright © Kiwigrid GmbH 2014-2018


Official page

See http://kiwigrid.github.io/keta/

Changelog

See changelog


Moment.js dependency

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);