Skip to content

Commit

Permalink
Fix: sortableJS fix for v1.10.0 of sortableJS added in #1351
Browse files Browse the repository at this point in the history
  • Loading branch information
rowasc committed Oct 31, 2019
1 parent a483ac0 commit 24bc234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ angular.module('app',
{ map: {}, site: {}, features: {} };
}])
.factory('Sortable', function () {
return require('sortablejs');
return require('sortablejs/Sortable');
})
// inject the router instance into a `run` block by name
//.run(['$uiRouter', '$trace', '$location', function ($uiRouter, $trace, $location) {
Expand Down

0 comments on commit 24bc234

Please sign in to comment.