Skip to content

Commit f5bc695

Browse files
author
Github
committed
Update 04-controller.js
1 parent bf71614 commit f5bc695

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/scripts/04-controller.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ app.factory('ngTableColumn', [function () {
189189
filter: function(){ return false; },
190190
filterData: angular.noop,
191191
headerTemplateURL: function(){ return false; },
192-
headerTitle: function(){ return ' '; },
192+
headerTitle: function(){ return ''; },
193193
sortable: function(){ return false; },
194194
show: function(){ return true; },
195-
title: function(){ return ' '; },
195+
title: function(){ return ''; },
196196
titleAlt: function(){ return ''; }
197197
};
198198

@@ -242,4 +242,4 @@ app.factory('ngTableColumn', [function () {
242242
return {
243243
buildColumn: buildColumn
244244
};
245-
}]);
245+
}]);

0 commit comments

Comments
 (0)