angular-ui/ui-grid

Tooltip error when column type == 'date'

Open

#4,709 opened on Nov 16, 2015

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (5,395 stars) (2,496 forks)batch import
help wanted

Description

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:

Contributor guide

Tooltip error when column type == 'date' · angular-ui/ui-grid#4709 | Good First Issue