Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #85 from thgreasi/master
Browse files Browse the repository at this point in the history
Added 'Reporting Issues' section to README
  • Loading branch information
thgreasi committed Dec 23, 2013
2 parents e787b29 + 08fca11 commit 64869ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,10 @@ $scope.sortableOptions = {
**Note:** `update` occurs before any model/scope changes but after the DOM position has been updated.
So `ui.item.scope` and the directive's `ng-model`, are equal to the scope before the drag start.

## Reporting Issues

The following pen's are provided as a good starting point to demonstrate issues, proposals and use case.
Feel free to edit any of them for your needs (don't forget to also update the libraries used to your version).

- [Simple Demo](http://codepen.io/thgreasi/pen/BlFLp)
- [Connected Lists](http://codepen.io/thgreasi/pen/apwsb)
12 changes: 6 additions & 6 deletions test/test.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ browsers = [ 'Chrome' ];
reporters = [ 'dots' ];

if (singleRun) {
reporters.push('coverage');
preprocessors = { '**/src/*.js': 'coverage' };
coverageReporter = {
type : 'html',
dir : 'coverage/'
};
reporters.push('coverage');
preprocessors = { '**/src/*.js': 'coverage' };
coverageReporter = {
type : 'html',
dir : 'coverage/'
};
}

0 comments on commit 64869ba

Please sign in to comment.