From 01970a09d7c7c447a58f063e6d2cf6babaa82778 Mon Sep 17 00:00:00 2001 From: yankee Date: Sun, 18 May 2014 18:43:29 +0200 Subject: [PATCH] Replaced "»" with "»" and "«" with "«". Both do the same, but the replacements also work in XML/XHTML documents. --- ng-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng-table.js b/ng-table.js index 15b55bcf..284e8f9c 100644 --- a/ng-table.js +++ b/ng-table.js @@ -716,7 +716,7 @@ angular.module('ngTable').run(['$templateCache', function ($templateCache) { $templateCache.put('ng-table/filters/select.html', ''); $templateCache.put('ng-table/filters/text.html', ''); $templateCache.put('ng-table/header.html', '
'); - $templateCache.put('ng-table/pager.html', '
'); + $templateCache.put('ng-table/pager.html', '
'); }]); return app; }));