Skip to content

Commit

Permalink
Correct loading show
Browse files Browse the repository at this point in the history
  • Loading branch information
l-lin committed Sep 20, 2014
1 parent f6cd4fa commit 57ca589
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/angular-datatables.js
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,6 @@
'DT_DEFAULT_OPTIONS',
function ($timeout, $compile, DTLoadingTemplate, DT_DEFAULT_OPTIONS) {
var $loading = angular.element(DTLoadingTemplate.html), _showLoading = function ($elem) {
$loading.show();
$elem.after($loading);
$elem.hide();
$loading.show();
Expand Down
Loading

0 comments on commit 57ca589

Please sign in to comment.