Skip to content

Commit

Permalink
fix(rxSortableColumn): Typo in the visibility expression
Browse files Browse the repository at this point in the history
  • Loading branch information
parlarjb committed May 13, 2014
1 parent d9ab330 commit 2971529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rxSortableColumn/templates/rxSortableColumn.html
Expand Up @@ -4,8 +4,8 @@
<span ng-transclude></span>
</button>
<i class="sort-icon"
ng-style="{visibility: predicate === '{{sortProperty}}' && 'visibile' || 'hidden'}"
ng-style="{visibility: predicate === '{{sortProperty}}' && 'visible' || 'hidden'}"
ng-class="{'desc': !reverse, 'asc': reverse}">
<span class="visually-hidden">Sorted {{reverse ? 'ascending' : 'descending'}}</span>
</i>
</div>
</div>

0 comments on commit 2971529

Please sign in to comment.