Skip to content
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.

Header checkbox syncing #240

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ docs coming soon, in the meantime, 'View Source' is your friend ;)!

#### Include

You've got 5 different options to include this in your build depending on your setup.
You've got 4 different options to include this in your build depending on your setup.

- `./release/dataTable.js` - A standalone file that was compiled with Babel (UMD)
- `./release/dataTable.min.js` - A minified standalone file that was compiled with Babel (UMD)
- `./release/dataTable.cjs.js` - A standalone file that was compiled with Babel (CommonJS)
- `./release/dataTable.es6.js` - Raw ES6 Version.

All distributions include babel helpers, so they do not have to be included separately.

There is also the CSS too:
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-data-table",
"version": "0.7.0",
"version": "0.7.1",
"homepage": "https://github.com/Swimlane/angular-data-table",
"author": {
"name": "Swimlane",
Expand Down
75 changes: 62 additions & 13 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,72 @@ System.config({
},

map: {
"angular": "npm:[email protected]",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected]",
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
"angular": "npm:[email protected]",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected]",
"lodash-es": "npm:[email protected]",
"github:jspm/[email protected]": {
"assert": "npm:[email protected]"
},
"npm:[email protected].0": {
"process": "github:jspm/[email protected]"
"github:jspm/[email protected].0": {
"buffer": "npm:[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/nodelibs-process@0.1.1"
"github:jspm/[email protected]": {
"path-browserify": "npm:path-browserify@0.0.0"
},
"npm:[email protected]": {
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"util": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"vm-browserify": "npm:[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"assert": "github:jspm/[email protected]",
"buffer": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]",
"util": "npm:[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"base64-js": "npm:[email protected]",
"child_process": "github:jspm/[email protected]",
"fs": "github:jspm/[email protected]",
"ieee754": "npm:[email protected]",
"isarray": "npm:[email protected]",
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"fs": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]",
"systemjs-json": "github:systemjs/[email protected]"
"path": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]",
"systemjs-json": "github:systemjs/[email protected]"
},
"npm:[email protected]": {
"util": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"assert": "github:jspm/[email protected]",
"fs": "github:jspm/[email protected]",
"vm": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"inherits": "npm:[email protected]",
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"indexof": "npm:[email protected]"
}
}
});
23 changes: 15 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "angular-data-table",
"title": "AngularJS Data-Table",
"description": "A feature-rich but lightweight ES6 AngularJS Data Table crafted for large data sets!",
"version": "0.7.0",
"version": "0.7.1",
"repository": {
"type": "git",
"url": "[email protected]:Swimlane/angular-data-table.git",
Expand All @@ -21,10 +21,16 @@
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"scripts": {
"start": "node ./node_modules/gulp/bin/gulp.js watch serve",
"release": "node ./node_modules/gulp/bin/gulp.js release"
},
"peerDependencies": {
"angular": "1.5.x"
},
"devDependencies": {
"angular": "^1.4.4",
"angular-mocks": "^1.4.3",
"babelify": "7.3.0",
"angular": "^1.5.0",
"angular-mocks": "^1.5.0",
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.2",
"babel-plugin-external-helpers": "^6.5.0",
Expand All @@ -33,6 +39,7 @@
"babel-plugin-transform-es2015-modules-umd": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babelify": "7.3.0",
"browser-sync": "^2.7.2",
"chai-as-promised": "^5.3.0",
"del": "^1.2.0",
Expand Down Expand Up @@ -68,12 +75,12 @@
},
"jspm": {
"dependencies": {
"angular": "npm:angular@^1.4.0"
"angular": "npm:angular@^1.5.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.22",
"babel-runtime": "npm:babel-runtime@^5.6.4",
"core-js": "npm:core-js@^1.1.1"
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"babel": {
Expand Down
Loading