From 80653081220e31edb2a66de493fd8cce0a80e995 Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov Date: Fri, 16 Oct 2015 17:53:36 +0300 Subject: [PATCH] fix: ready for publish with ng2 0.42.0 --- README.md | 6 +- .../css/common.css => css/ng2-select.css} | 0 components/select/select.ts | 5 +- demo/assets/css/ng2-select.css | 273 ++++++++++++++++++ demo/index-bs4.html | 2 +- demo/index.html | 1 + package.json | 2 +- 7 files changed, 281 insertions(+), 8 deletions(-) rename components/{select/css/common.css => css/ng2-select.css} (100%) create mode 100644 demo/assets/css/ng2-select.css diff --git a/README.md b/README.md index 4c3271b1..535950ef 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ Native Select Angular2 component Alternatively, you can [download it in a ZIP file](https://github.com/valor-software/ng2-select/archive/master.zip). -2. More information regardidocng using of ***ng2-select*** is located in +2. Include `ng2-select.css` in your project + +3. More information regarding of using ***ng2-select*** is located in [demo](http://valor-software.github.io/ng2-select/) and [demo sources](https://github.com/valor-software/ng2-select/tree/master/demo). ## API @@ -48,4 +50,4 @@ Thanks for understanding! ### License -The MIT License (see the [LICENSE](https://github.com/valor-software/ng2-select/blob/master/LICENSE) file for the full text) \ No newline at end of file +The MIT License (see the [LICENSE](https://github.com/valor-software/ng2-select/blob/master/LICENSE) file for the full text) diff --git a/components/select/css/common.css b/components/css/ng2-select.css similarity index 100% rename from components/select/css/common.css rename to components/css/ng2-select.css diff --git a/components/select/select.ts b/components/select/select.ts index 7a13ab03..ed5fd98c 100644 --- a/components/select/select.ts +++ b/components/select/select.ts @@ -58,10 +58,7 @@ let optionsTemplate = ` }) @View({ template: ` - -