angular-sticky-table-header
Advanced tools
Comparing version 0.2.14 to 0.2.15
{ | ||
"name": "angular-sticky-table-header", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"description": "Sticky headers for tables", | ||
@@ -5,0 +5,0 @@ "main": "dist/angular-sticky-table-header.js", |
@@ -92,5 +92,4 @@ angular.module('watchDom', []).constant('watchDomOptions', { | ||
setStuck: function (bool) { | ||
scope.$apply(function () { | ||
scope.stuck = !!bool; | ||
}); | ||
scope.stuck = !!bool; | ||
scope.toggleClone(bool); | ||
}, | ||
@@ -168,4 +167,2 @@ toggleClone: ifClone(function (bool) { | ||
scope.$watch('rows', scope.rowsChanged); | ||
// fired when stuck state changes | ||
scope.$watch('stuck', scope.toggleClone); | ||
// teardown | ||
@@ -172,0 +169,0 @@ scope.$on('$destroy', scope.off); |
{ | ||
"name": "angular-sticky-table-header", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"description": "Sticky headers for tables", | ||
@@ -5,0 +5,0 @@ "main": "dist/angular-sticky-table-header.js", |
@@ -1,3 +0,5 @@ | ||
# angular-sticky-table-header [![Build Status][build]](https://travis-ci.org/bcherny/angular-sticky-table-header) [![Coverage Status][coverage]](https://coveralls.io/r/bcherny/angular-sticky-table-header) ![][bower] [![npm]](https://www.npmjs.com/package/angular-sticky-table-header) | ||
# angular-sticky-table-header | ||
[![Build Status][build]](https://travis-ci.org/bcherny/angular-sticky-table-header) [![Coverage Status][coverage]](https://coveralls.io/r/bcherny/angular-sticky-table-header) ![][bower] [![npm]](https://www.npmjs.com/package/angular-sticky-table-header) | ||
[build]: https://img.shields.io/travis/bcherny/angular-sticky-table-header.svg?branch=master&style=flat-square | ||
@@ -4,0 +6,0 @@ [coverage]: http://img.shields.io/coveralls/bcherny/angular-sticky-table-header.svg?branch=master&style=flat-square |
@@ -117,5 +117,4 @@ angular | ||
scope.$apply(function(){ | ||
scope.stuck = !!bool; | ||
}); | ||
scope.stuck = !!bool; | ||
scope.toggleClone(bool); | ||
@@ -250,5 +249,2 @@ }, | ||
// fired when stuck state changes | ||
scope.$watch('stuck', scope.toggleClone); | ||
// teardown | ||
@@ -255,0 +251,0 @@ scope.$on('$destroy', scope.off); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
95
45623
15
401