Skip to content

Commit 8b9e190

Browse files
committed
Add min-date and max-date attributes to the date-range directive
1 parent edad5ad commit 8b9e190

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/datetime-range.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ angular.module('g1b.datetime-range', []).
99
start: '=',
1010
end: '=',
1111
presets: '=?',
12+
minDate:'=?',
13+
maxDate:'=?',
1214
onChange: '&?',
1315
onChangeStart: '&?',
1416
onChangeEnd: '&?',

0 commit comments

Comments
 (0)