We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Hi @rkumar1209,
Could you reproduce the same issue in codepen?
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: