This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff 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.
7474So ` 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 )
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ browsers = [ 'Chrome' ];
1717reporters = [ 'dots' ] ;
1818
1919if ( 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}
You can’t perform that action at this time.
0 commit comments