Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-sticky-table-header

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-sticky-table-header - npm Package Compare versions

Comparing version 0.2.14 to 0.2.15

2

bower.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc