This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree 2 files changed +13
-6
lines changed
2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -73,3 +73,10 @@ $scope.sortableOptions = {
73
73
** Note:** ` update ` occurs before any model/scope changes but after the DOM position has been updated.
74
74
So ` ui.item.scope ` and the directive's ` ng-model ` , are equal to the scope before the drag start.
75
75
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 )
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ browsers = [ 'Chrome' ];
17
17
reporters = [ 'dots' ] ;
18
18
19
19
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
+ } ;
26
26
}
You can’t perform that action at this time.
0 commit comments