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

Commit 12dd8bb

Browse files
committed
calendar was not hiding on click outside calendar
1 parent 0b0622e commit 12dd8bb

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)