Skip to content

Commit 9d1a0b4

Browse files
committed
Merge pull request #4438 from angular-ui/fix/sortIndicator
fix(core): Fixes sort priority starting at 2
2 parents 34f5510 + c910a6a commit 9d1a0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/ui-grid/uiGridHeaderCell.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</i>
2626
<sub
2727
class="ui-grid-sort-priority-number">
28-
{{col.sort.priority + 1}}
28+
{{col.sort.priority}}
2929
</sub>
3030
</span>
3131
</div>

0 commit comments

Comments
 (0)