Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vlio20 committed Aug 30, 2017
1 parent a05ecbe commit d28cc63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng2-date-picker",
"author": "Vlad Ioffe",
"version": "2.3.1",
"version": "2.3.2",
"license": "MIT",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/demo/demo/demo.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h2 class="dp-page-header">Angular Date/Time/Month Picker</h2>
[required]="required"
[placeholder]="placeholder"
[config]="config"
[theme]="material ? 'dp-material' : ''">
[theme]="'vlad'">
</dp-date-picker>
<div class="dp-validations">
<div id="requiredValidation" *ngIf="datePickerModel.errors && datePickerModel.errors.required">required</div>
Expand Down
6 changes: 5 additions & 1 deletion src/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
margin: 0;
padding: 0;
}
}

.vlad {
background: gold;
}
}

0 comments on commit d28cc63

Please sign in to comment.