Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 13bd516

Browse files
committed
fix(datepicker): add shortcutPropagation to datepickerPopup
1 parent 89ab458 commit 13bd516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datepicker/datepicker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ function ($compile, $parse, $document, $position, dateFilter, dateParser, datepi
506506
}
507507

508508
scope.watchData = {};
509-
angular.forEach(['minDate', 'maxDate', 'datepickerMode', 'initDate'], function( key ) {
509+
angular.forEach(['minDate', 'maxDate', 'datepickerMode', 'initDate', 'shortcutPropagation'], function( key ) {
510510
if ( attrs[key] ) {
511511
var getAttribute = $parse(attrs[key]);
512512
scope.$parent.$watch(getAttribute, function(value){

0 commit comments

Comments
 (0)