Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 57ca589

Browse files
committed
Correct loading show
1 parent f6cd4fa commit 57ca589

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

dist/angular-datatables.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,6 @@
867867
'DT_DEFAULT_OPTIONS',
868868
function ($timeout, $compile, DTLoadingTemplate, DT_DEFAULT_OPTIONS) {
869869
var $loading = angular.element(DTLoadingTemplate.html), _showLoading = function ($elem) {
870-
$loading.show();
871870
$elem.after($loading);
872871
$elem.hide();
873872
$loading.show();

0 commit comments

Comments
 (0)