Skip to content

Instantly share code, notes, and snippets.

@Janther
Created September 4, 2015 22:04

Revisions

  1. Janther created this gist Sep 4, 2015.
    5 changes: 5 additions & 0 deletions datepicker-component.hbs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    <div class="form-group">
    <div class='input-group date'>
    <input type='text' {{bind-attr placeholder=placeholder}} class="form-control" />
    </div>
    </div>