You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@ angular.module('myApp', [
53
53
| start | Start moment.js datetime object or a datetime string | none | yes |
54
54
| end | End moment.js datetime object or a datetime string | none | yes |
55
55
| presets | Array of preset ranges, click <ahref="https://github.com/g1eb/angular-datetime-range#presets"target="_blank">here</a> for more info | none | no |
56
+
| min-date | moment.js datetime object min datetime | none | no |
57
+
| max-date | moment.js datetime object max datetime | none | no |
56
58
| on-change | Handler function that is fired on change of start and/or end datetime objects | none | no |
57
59
| on-change-start | Handler function that is fired on change of start datetime object | none | no |
58
60
| on-change-end | Handler function that is fired on change of end datetime object | none | no |
0 commit comments