angular-ui/ui-grid

A problematic watch

已关闭

#5,583 创建于 2016年7月26日

 (2 条评论) (3 个反应) (0 位负责人)JavaScript (2,496 个派生)batch import
help wantedseverity: performance

仓库指标

星标
 (5,395 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Please pay attention that such watches as ng-style=\"{ 'margin-left': colContainer.getMargin('left') + 'px'
on line 28204

that calls the following method on each digest cycle GridRenderContainer.prototype.getMargin = function getMargin(side)

create a huge overhead.

贡献者指南