From 59710411306ee74ce09c53e115b4c115441fba75 Mon Sep 17 00:00:00 2001 From: Michael Scragg Date: Fri, 19 Aug 2016 22:39:56 -0500 Subject: [PATCH] Fixed typo in documentation for loading custom template --- website/template/table/custom-sorting.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 @@
-
+
@@ -19,11 +19,11 @@
@@ -33,7 +33,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>