mirror of
https://github.com/sismics/docs.git
synced 2024-11-04 22:23:23 +01:00
Order tags in navigation
This commit is contained in:
parent
b0bceefc0e
commit
aebdc9e208
@ -194,7 +194,7 @@
|
||||
|
||||
<!-- Current folder -->
|
||||
<table class="row table table-hover table-navigation" ng-show="navigationEnabled">
|
||||
<tr ng-repeat="tag in tags | filter: navigatedFilter: navigatedComparator" ng-click="navigateToTag(tag)">
|
||||
<tr ng-repeat="tag in tags | filter: navigatedFilter: navigatedComparator | orderBy: '+name'" ng-click="navigateToTag(tag)">
|
||||
<td class="tree-structure">
|
||||
<div class="tree-line"></div>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user