Controller 'uiGrid', required by directive 'uiGridDraggableRows', can't be found!
Getting below error while trying to add this feature to angular-ui-grid.
angular.js:12477 Error: [$compile:ctreq] Controller 'uiGrid', required by directive 'uiGridDraggableRows', can't be found! http://errors.angularjs.org/1.4.7/$compile/ctreq?p0=uiGrid&p1=uiGridDraggableRows at angular.js:68 at getControllers (angular.js:8146) at nodeLinkFn (angular.js:8272) at angular.js:8519 at processQueue (angular.js:14745) at angular.js:14761 at Scope.$eval (angular.js:15989) at Scope.$digest (angular.js:15800) at Scope.$apply (angular.js:16097) at done (angular.js:10546)(anonymous function) @ angular.js:12477(anonymous function) @ angular.js:9246processQueue @ angular.js:14753(anonymous function) @ angular.js:14761$eval @ angular.js:15989$digest @ angular.js:15800$apply @ angular.js:16097done @ angular.js:10546completeRequest @ angular.js:10744requestLoaded @ angular.js:10685
Please suggest what's going wrong.
Hi @rkumar1209,
Could you reproduce the same issue in codepen?