diff --git a/client/common/directives/ModelFieldList/ModelFieldList.js b/client/common/directives/ModelFieldList/ModelFieldList.js index 2ca82dae..5d44eea9 100644 --- a/client/common/directives/ModelFieldList/ModelFieldList.js +++ b/client/common/directives/ModelFieldList/ModelFieldList.js @@ -96,6 +96,10 @@ angular.module('dashboard.directives.ModelFieldList', [ console.error('ModelFieldList failed to parse scope.data', e); } } + + $timeout(function() { + angular.element('.ui-sortable').sortable('refresh'); + }); } });