Close date picker once date is selected
This commit is contained in:
@@ -26,6 +26,8 @@ function dateTimePickerController($scope, notificationsService, assetsService, a
|
||||
$scope.model.value = e.localDate.toIsoDateString();
|
||||
}
|
||||
}
|
||||
|
||||
$element.find("div:first").datetimepicker("hide");
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user