angular-ui/ui-grid

Tooltip error when column type == 'date'

Open

#4,709 创建于 2015年11月16日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (2,496 fork)batch import
help wanted

仓库指标

Star
 (5,395 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

On this line (9277), the CUSTOM_FILTERS is concatenated to the tooltip, and that makes an error. template = template.replace(uiGridConstants.TOOLTIP, 'title="{{' + tooltipCall + ' CUSTOM_FILTERS }}"');

This is the output HTML:

贡献者指南