From dee9d3a6e35e9106e19bd9139163ef62d34bb514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Da=C3=B0i=20Sn=C3=A6r=20Sk=C3=BAlason?= Date: Mon, 3 Nov 2014 22:43:31 +0100 Subject: [PATCH 1/5] Import CSS classes and pre-input content MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit — Added “divClass” argument to the component, which can be used to pass CSS classes to the div containing the datepicker input — Added “inputClass” argument to the component, which can be used to pass CSS classes to the datepicker’s input element — Added option to input the datepicker tag’s content (i.e. @content) before the input. This can be used to add labels or Bootstrap add-ons to the input. --- views/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/views/index.html b/views/index.html index 93de1e7..45ebaa2 100644 --- a/views/index.html +++ b/views/index.html @@ -1,5 +1,5 @@ -
+
{{if inline}} {{if view === 'month'}} @@ -11,7 +11,8 @@ {{/if}} {{else}} - + {{@content}} +