Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Originally designed for Bootstrap Material, this has been modified to work with
| 2015-04-10 | Peterzen | Added bower and requirejs support |
| 2015-04-08 | T00rk | Fixed problem on locale switch |
| 2015-03-04 | T00rk | Added Time picker |
(\*) File names have been changed
(\*) File names have been changed

bootstrap-material-datepicker.js => bootstrap-material-date**time**picker.js

bootstrap-material-datepicker.css => bootstrap-material-date**time**picker.css

### Dependencies

Depends on the following library:
Expand Down Expand Up @@ -92,4 +92,5 @@ The directive accepts several attributes which are described below:
| **date** | Boolean | true => Has Datepicker (default: true) |
| **time** | Boolean | true => Has Timepicker (default: true) |
| **cancel-text** | String | Text for the cancel button (default: Cancel) |
| **ok-text** | String | Text for the OK button (default: OK) |
| **ok-text** | String | Text for the OK button (default: OK) |
| **week-start** | Number | First day of the week (default: 0 => Sunday) |
1 change: 1 addition & 0 deletions js/angular-material-datetimepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
minDate: '=',
maxDate: '=',
shortTime: '=',
weekStart: '=',
format: '@',
cancelText: '@',
okText: '@',
Expand Down