From e29f73714732b61d5b3fdb9922260ee3e6e23999 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 20 Dec 2017 10:18:55 -0300 Subject: [PATCH] Add link to ngx-combo-datepicker --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 624e76e..9ae563c 100644 --- a/readme.md +++ b/readme.md @@ -3,11 +3,12 @@ ngComboDatePicker _Select dates with combo boxes_ -**ngComboDatePicker** is an Angular directive to select dates using combo boxes. +**ngComboDatePicker** is an AngularJS directive to select dates using combo boxes. [See the live demos and read the docs](http://jfmdev.github.io/ngComboDatePicker/ "ngComboDatePicker - Live demos and docs") -> If you use the React library, you should check [reactComboDatePicker](https://github.com/jfmdev/reactComboDatePicker), a fork of this project that uses React instead of Angular. +> If you use the React library, you should check [reactComboDatePicker](https://github.com/jfmdev/reactComboDatePicker), a fork of this project that uses React instead of Angular. +> And if you use Angular 4+ (current directive works only on Angular 1.x), you should check [ngx-combo-datepicker](https://github.com/katafractari/ngx-combo-datepicker). Usage -----