From 44a5ab10da792ab5b9c674a039293f97f2afad92 Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Tue, 18 Oct 2016 00:47:37 -0400 Subject: [PATCH] add CDNJS version badge in README.md This will show its version on CDNJS! --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 05208e8..e3c1d2c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ngModelOptions for AngularJS 1.2 ================================ +[![CDNJS](https://img.shields.io/cdnjs/v/ngmodeloptions.svg)](https://cdnjs.com/libraries/ngmodeloptions) + Directive to bring functionality similar to the new Angular 1.3 ngModelOptions to Angular 1.2, for those stuck supporting IE8 and/or legacy code. Works well with all input types (text, number, date, radio, checkbox, select) and doesn't break Angular validation.