You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// add the ng-repeat and row selection click handler to each row
318
320
rowTemplate=rowTemplate.replace('<tr',
319
-
'<tr ng-repeat="row in model | orderBy:SortState.sortExpression:SortState.sortDirectionToColumnMap[SortState.sortExpression] | filter:filterQueryModel" '+
321
+
'<tr ng-repeat="row in '+TemplateStaticState.modelName+' | orderBy:SortState.sortExpression:SortState.sortDirectionToColumnMap[SortState.sortExpression] | filter:filterQueryModel" '+
0 commit comments