# angular-clockpicker **Repository Path**: mirrors_linagora/angular-clockpicker ## Basic Information - **Project Name**: angular-clockpicker - **Description**: A wrapper for linagora/clockpicker - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/linagora/angular-clockpicker.svg?branch=master)](https://travis-ci.org/linagora/angular-clockpicker) angular-clockpicker =================== This library use clockpicker and exposes a directive to use it. We do not use the clockpicker of [weareoutman](https://github.com/weareoutman/clockpicker) becauseit does not handle correctly twelvehour format and it is not supported. In order to correct this bug, we create a [fork](https://github.com/linagora/clockpicker) on linagora github. Usage ===== You can take a look at the index.html and app.js in the example folder. But to use angular-clockpicker, you just need to add the attribute clockpicker-wrapper on a input field. This one will be made read-only on mobile devices in order to avoir the virtual keyboard to popup when a user touch the field. You can specify option of clock-picker documented [here](http://weareoutman.github.io/clockpicker/) by using the clockpicker-options attribute. Moreover if you set nativeOnMobile in clockpicker-options, on mobile devices the clockpicker will not be used and the system timepicker will be used instead. Changelog ========= 1.1.1 * Renaming clockpicker-wrapper directive into lng-clockpicker * Add nativeOnMobile options in order to delegate to system timepicker on mobile devices * Correct update of view on mutation of moment date * Change dependency angular-moment version to beta 1.2.0 * Remove moment local convertion when bind to view