Skip to content

Commit

Permalink
[demo] #20 - sort arrows on custom columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Boden committed Mar 12, 2014
1 parent 5ff8d1c commit 9bedf2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/demo20.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1>Dynamic columns</h1>
'sort-desc': tableParams.isSortBy(column.field, 'desc')
}"
ng-click="tableParams.sorting(column.field, tableParams.isSortBy(column.field, 'asc') ? 'desc' : 'asc')">
{{column.title}}
<div>{{column.title}}</div>
</th>
</tr>
</thead>
Expand Down Expand Up @@ -97,4 +97,4 @@ <h1>Dynamic columns</h1>


</body>
</html>
</html>

0 comments on commit 9bedf2d

Please sign in to comment.