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

Commit 64869ba

Browse files
committed
Merge pull request #85 from thgreasi/master
Added 'Reporting Issues' section to README
2 parents e787b29 + 08fca11 commit 64869ba

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,10 @@ $scope.sortableOptions = {
7373
**Note:** `update` occurs before any model/scope changes but after the DOM position has been updated.
7474
So `ui.item.scope` and the directive's `ng-model`, are equal to the scope before the drag start.
7575

76+
## Reporting Issues
77+
78+
The following pen's are provided as a good starting point to demonstrate issues, proposals and use case.
79+
Feel free to edit any of them for your needs (don't forget to also update the libraries used to your version).
80+
81+
- [Simple Demo](http://codepen.io/thgreasi/pen/BlFLp)
82+
- [Connected Lists](http://codepen.io/thgreasi/pen/apwsb)

test/test.conf.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ browsers = [ 'Chrome' ];
1717
reporters = [ 'dots' ];
1818

1919
if (singleRun) {
20-
reporters.push('coverage');
21-
preprocessors = { '**/src/*.js': 'coverage' };
22-
coverageReporter = {
23-
type : 'html',
24-
dir : 'coverage/'
25-
};
20+
reporters.push('coverage');
21+
preprocessors = { '**/src/*.js': 'coverage' };
22+
coverageReporter = {
23+
type : 'html',
24+
dir : 'coverage/'
25+
};
2626
}

0 commit comments

Comments
 (0)