Skip to content

Commit

Permalink
Dirty hack to show loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreseliot committed Sep 17, 2017
1 parent 077c676 commit 6596177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendors/angular-tablesort.js
Expand Up @@ -16,7 +16,7 @@ tableSortModule.provider( 'tableSortConfig', function () {
this.perPageDefault = this.perPageOptions[0]; //Select the first option by default
this.itemNameSingular = 'item'; //Default name
this.itemNamePlural = this.itemNameSingular + 's'; //Default way to make an item plural for English
this.noDataText = 'No ' + this.itemNamePlural; //Default text to show that there are no items
this.noDataText = 'Loading...'; //Default text to show that there are no items
this.wrappingElementClass = ""; //Empty by default

if( !isNaN(this.perPageDefault) && this.perPageOptions.indexOf(this.perPageDefault) === -1 ) {
Expand Down

0 comments on commit 6596177

Please sign in to comment.