From 2c613555ecdfcf6aab065741fdac30a2aea79cac Mon Sep 17 00:00:00 2001 From: Alfredo Barron Date: Wed, 5 Sep 2018 12:29:52 -0500 Subject: [PATCH] Add integration in Angularjs (#4331) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 49b7fad546..518b9c9465 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Plugins * [Ruby on Rails][ruby-on-rails] - [select2-rails] * [Wicket] - [wicketstuff-select2] * [Yii 2][yii2] - [yii2-widget-select2] +* [Angularjs][angularjs] - [mdr-angular-select2] Themes @@ -124,3 +125,5 @@ The license is available within the repository in the [LICENSE][license] file. [wicketstuff-select2]: https://github.com/wicketstuff/core/tree/master/select2-parent [yii2]: http://www.yiiframework.com/ [yii2-widget-select2]: https://github.com/kartik-v/yii2-widget-select2 +[angularjs]: https://angularjs.org/ +[mdr-angular-select2]: https://github.com/modulr/mdr-angular-select2