angular-sticky-table-header
Advanced tools
Comparing version 0.2.15 to 0.2.16
{ | ||
"name": "angular-sticky-table-header", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"description": "Sticky headers for tables", | ||
@@ -5,0 +5,0 @@ "main": "dist/angular-sticky-table-header.js", |
@@ -112,5 +112,3 @@ angular.module('watchDom', []).constant('watchDomOptions', { | ||
} | ||
if (scrollX) { | ||
scope.clone.css('left', scope.offset.left - scrollX); | ||
} | ||
scope.clone.css('left', scope.offset.left - scrollX); | ||
}), | ||
@@ -117,0 +115,0 @@ observeTr: function () { |
{ | ||
"name": "angular-sticky-table-header", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"description": "Sticky headers for tables", | ||
@@ -5,0 +5,0 @@ "main": "dist/angular-sticky-table-header.js", |
@@ -149,5 +149,3 @@ angular | ||
if (scrollX) { | ||
scope.clone.css('left', scope.offset.left - scrollX); | ||
} | ||
scope.clone.css('left', scope.offset.left - scrollX); | ||
@@ -154,0 +152,0 @@ }), |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45706
397