diff --git a/website/template/table/custom-sorting.html b/website/template/table/custom-sorting.html index 5222f6f3..6d2ad7ee 100644 --- a/website/template/table/custom-sorting.html +++ b/website/template/table/custom-sorting.html @@ -5,7 +5,7 @@
<div tasty-table bind-resource="resource">
<table class="table table-striped table-condensed">
<thead tasty-thead not-sort-by="['sf-location']"
- template-url"localTemplateThead.html"></thead>
+ template-url="'localTemplateThead.html'"></thead>
<tbody>
<tr ng-repeat="row in rows">
<td>{{ row.name }}</td>