diff --git a/README.md b/README.md index d7ab25c..0a2602a 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/test/test.conf.js b/test/test.conf.js index 8eb9a9e..527a756 100644 --- a/test/test.conf.js +++ b/test/test.conf.js @@ -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/' + }; }