angular-sticky-table-header
Advanced tools
Comparing version 0.0.8 to 0.1.0
{ | ||
"name": "angular-sticky-table-header", | ||
"version": "0.0.8", | ||
"version": "0.1.0", | ||
"description": "Sticky headers for tables", | ||
@@ -5,0 +5,0 @@ "main": "dist/angular-sticky-table-header.js", |
@@ -24,3 +24,3 @@ angular.module('watchDom', []).constant('watchDomOptions', { | ||
]); | ||
angular.module('stickyTableHeader', ['watchDom']).value('stickyTableHeaderOptions', { | ||
angular.module('turn/stickyTableHeader', ['watchDom']).value('stickyTableHeaderOptions', { | ||
cloneClassName: 'sticky-clone', | ||
@@ -27,0 +27,0 @@ stuckClassName: 'sticky-stuck', |
{ | ||
"name": "angular-sticky-table-header", | ||
"version": "0.0.8", | ||
"version": "0.1.0", | ||
"description": "Sticky headers for tables", | ||
@@ -5,0 +5,0 @@ "main": "dist/angular-sticky-table-header.js", |
@@ -30,2 +30,3 @@ angular-sticky-table-header [![Build Status](https://travis-ci.org/turn/angular-sticky-table-header.svg?branch=master)](https://travis-ci.org/turn/angular-sticky-table-header) | ||
... | ||
<script src="angular-sticky-table-header.js"></script> | ||
``` | ||
@@ -37,3 +38,3 @@ | ||
angular | ||
.module('foo', ['stickyTableHeader']) | ||
.module('foo', ['turn/stickyTableHeader']) | ||
.controller('fooCtrl', ['$scope', function ($scope) { | ||
@@ -40,0 +41,0 @@ |
angular | ||
.module('stickyTableHeader', ['watchDom']) | ||
.module('turn/stickyTableHeader', ['watchDom']) | ||
.value('stickyTableHeaderOptions', { | ||
@@ -4,0 +4,0 @@ cloneClassName: 'sticky-clone', |
@@ -22,3 +22,3 @@ // Generated by CoffeeScript 1.7.1 | ||
}; | ||
beforeEach(module('stickyTableHeader'), function($provide) { | ||
beforeEach(module('turn/stickyTableHeader'), function($provide) { | ||
$provide.value('options', options); | ||
@@ -25,0 +25,0 @@ $provide.value('$window', $window); |
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
44177
84