angular-ui/ui-grid

A problematic watch

クローズ

#5,583 opened on 2016/07/26

 (2 件のコメント) (3 件のリアクション) (0 人の担当者)JavaScript (2,496 件のフォーク)batch import
help wantedseverity: performance

Repository metrics

Stars
 (5,395 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド