We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf71614 commit f5bc695Copy full SHA for f5bc695
src/scripts/04-controller.js
@@ -189,10 +189,10 @@ app.factory('ngTableColumn', [function () {
189
filter: function(){ return false; },
190
filterData: angular.noop,
191
headerTemplateURL: function(){ return false; },
192
- headerTitle: function(){ return ' '; },
+ headerTitle: function(){ return ''; },
193
sortable: function(){ return false; },
194
show: function(){ return true; },
195
- title: function(){ return ' '; },
+ title: function(){ return ''; },
196
titleAlt: function(){ return ''; }
197
};
198
@@ -242,4 +242,4 @@ app.factory('ngTableColumn', [function () {
242
return {
243
buildColumn: buildColumn
244
245
-}]);
+}]);
0 commit comments