@@ -15,15 +15,16 @@ Originally designed for Bootstrap Material, this has been modified to work with
15
15
16
16
## Updates
17
17
18
- | Date | Author | Description |
19
- | ---------- | -------- | ---------------------------------------------------- |
20
- | 2017-04-26 | hexadecy | New 24-hour clock face |
21
- | 2017-04-17 | hexadecy | Single click to select |
22
- | 2017-02-27 | hexadecy | Can hide minutes view, Month next and prev buttons |
23
- | 2017-02-22 | hexadecy | Fix for rtl website |
24
- | 2017-02-15 | hexadecy | Fix inputs are not bluring after selection is made |
25
- | 2017-01-30 | hexadecy | Add support for angular 1.6.x |
26
- | 2015-11-12 | logbon72 | Adapted plugin for Angular Material |
18
+ | Date | Author | Description |
19
+ | ---------- | -------- | ------------------------------------------------------ |
20
+ | 2017-07-22 | hexadecy | Mouse or touch move to select time, minute steps param |
21
+ | 2017-04-26 | hexadecy | New 24-hour clock face |
22
+ | 2017-04-17 | hexadecy | Single click to select |
23
+ | 2017-02-27 | hexadecy | Can hide minutes view, Month next and prev buttons |
24
+ | 2017-02-22 | hexadecy | Fix for rtl website |
25
+ | 2017-02-15 | hexadecy | Fix inputs are not bluring after selection is made |
26
+ | 2017-01-30 | hexadecy | Add support for angular 1.6.x |
27
+ | 2015-11-12 | logbon72 | Adapted plugin for Angular Material |
27
28
28
29
### Dependencies
29
30
@@ -54,15 +55,15 @@ bower install ng-material-datetimepicker
54
55
55
56
## CDN
56
57
```
57
- <script src="https://unpkg.com/ng-material-datetimepicker@1.6.7 /dist/angular-material-datetimepicker.min.js"></script>
58
- <script src="https://unpkg.com/ng-material-datetimepicker@1.6.7 /dist/angular-material-datetimepicker.min.js.map"></script>
59
- <link href="https://unpkg.com/ng-material-datetimepicker@1.6.7 /dist/material-datetimepicker.min.css rel="stylesheet" type="text/css">
58
+ <script src="https://unpkg.com/ng-material-datetimepicker@1.7.0 /dist/angular-material-datetimepicker.min.js"></script>
59
+ <script src="https://unpkg.com/ng-material-datetimepicker@1.7.0 /dist/angular-material-datetimepicker.min.js.map"></script>
60
+ <link href="https://unpkg.com/ng-material-datetimepicker@1.7.0 /dist/material-datetimepicker.min.css rel="stylesheet" type="text/css">
60
61
```
61
62
or
62
63
```
63
- <script src="https://cdn.rawgit.com/beenote/angular-material-datetimepicker/v1.6.7 /dist/angular-material-datetimepicker.min.js"></script>
64
- <script src="https://cdn.rawgit.com/beenote/angular-material-datetimepicker/v1.6.7 /dist/angular-material-datetimepicker.min.js.map"></script>
65
- <link href="https://cdn.rawgit.com/beenote/angular-material-datetimepicker/v1.6.7 /dist/material-datetimepicker.min.css" rel="stylesheet" type="text/css">
64
+ <script src="https://cdn.rawgit.com/beenote/angular-material-datetimepicker/v1.7.0 /dist/angular-material-datetimepicker.min.js"></script>
65
+ <script src="https://cdn.rawgit.com/beenote/angular-material-datetimepicker/v1.7.0 /dist/angular-material-datetimepicker.min.js.map"></script>
66
+ <link href="https://cdn.rawgit.com/beenote/angular-material-datetimepicker/v1.7.0 /dist/material-datetimepicker.min.css" rel="stylesheet" type="text/css">
66
67
```
67
68
68
69
## Live Example
0 commit comments