From c01e66cbdaa95ef044d5bf0a146d9884e10401ab Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Mon, 23 Dec 2013 11:28:47 +0200 Subject: [PATCH 1/3] Fixed mixed tabs&spaces in same file. --- test/test.conf.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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/' + }; } From 367b07791b4d4538e40f6360b98880d484a8aba0 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Mon, 23 Dec 2013 13:14:24 +0200 Subject: [PATCH 2/3] Added 'Reporting Issues' section to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d7ab25c..ee37474 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](hhttp://codepen.io/thgreasi/pen/apwsb) From 08fca1122deefbf203418bf91589293aa58bd3b4 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Mon, 23 Dec 2013 13:31:01 +0200 Subject: [PATCH 3/3] Fixed url typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee37474..0a2602a 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,4 @@ The following pen's are provided as a good starting point to demonstrate issues, 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](hhttp://codepen.io/thgreasi/pen/apwsb) +- [Connected Lists](http://codepen.io/thgreasi/pen/apwsb)