-
Fork the repo.
-
npm install -
bower install -
Run the build:
grunt- builds dist/ng-table.js and associated files
-
Run the tests:
karma start- ie prove existing code before making your changes
-
Make changes in source folder (
src) -
Minify source files:
grunt -
Make the test pass
-
Commit changes:
- include ONLY source files ie do NOT commit files under the dist/ folder
- use a commit message that follows conventions
-
Push your changes to your fork and submit a pull request
This repository was archived by the owner on Jun 5, 2025. It is now read-only.