Skip to content

Commit 325e161

Browse files
committed
Fixing issue g00fy-#80
1 parent 7096f35 commit 325e161

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

app/scripts/input.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Module.constant('dateTimeConfig', {
1515
(attrs.template ? 'template="' + attrs.template + '" ' : '') +
1616
(attrs.minView ? 'min-view="' + attrs.minView + '" ' : '') +
1717
(attrs.partial ? 'partial="' + attrs.partial + '" ' : '') +
18+
(attrs.step ? 'step="' + attrs.step + '" ' : '') +
1819
'class="dropdown-menu"></div>';
1920
},
2021
format: 'yyyy-MM-dd HH:mm',

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ Module.constant('dateTimeConfig', {
392392
(attrs.template ? 'template="' + attrs.template + '" ' : '') +
393393
(attrs.minView ? 'min-view="' + attrs.minView + '" ' : '') +
394394
(attrs.partial ? 'partial="' + attrs.partial + '" ' : '') +
395+
(attrs.step ? 'step="' + attrs.step + '" ' : '') +
395396
'class="dropdown-menu"></div>';
396397
},
397398
format: 'yyyy-MM-dd HH:mm',

0 commit comments

Comments
 (0)