Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit bfa2b96

Browse files
committed
Merge pull request #54 from coolbombom/master
calendar was not hiding on click outside calendar
2 parents 0b0622e + 12dd8bb commit bfa2b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/angular-datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
$scope.showCalendar();
134134
});
135135

136-
thisInput.bind('focusout', function onBlurAndFocusOut() {
136+
thisInput.bind('focusout blur', function onBlurAndFocusOut() {
137137

138138
isMouseOnInput = false;
139139
});

0 commit comments

Comments
 (0)