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

Commit

Permalink
fix(datepicker): add shortcutPropagation to datepickerPopup
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Mar 24, 2015
1 parent 89ab458 commit 13bd516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datepicker/datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ function ($compile, $parse, $document, $position, dateFilter, dateParser, datepi
}

scope.watchData = {};
angular.forEach(['minDate', 'maxDate', 'datepickerMode', 'initDate'], function( key ) {
angular.forEach(['minDate', 'maxDate', 'datepickerMode', 'initDate', 'shortcutPropagation'], function( key ) {
if ( attrs[key] ) {
var getAttribute = $parse(attrs[key]);
scope.$parent.$watch(getAttribute, function(value){
Expand Down

0 comments on commit 13bd516

Please sign in to comment.