jasig-ssp IRC Logs-2013-04-12

[12:18:34 CDT(-0500)] <js70> you getting on the call Dan?

[13:14:02 CDT(-0500)] <js70> just now starting to get: Deft.ioc.Injector.resolve(): Error while resolving value to inject: no dependency provider found for 'columnRendererUtils'.

[13:14:27 CDT(-0500)] <js70> I'm assuming this is a loading issue.

[13:14:54 CDT(-0500)] <js70> any help would be appreciated.

[13:16:14 CDT(-0500)] <TonyUnicon> you have to inject it

[13:17:54 CDT(-0500)] <TonyUnicon> do you have a keyvalue pair like this?

[13:17:55 CDT(-0500)] <TonyUnicon> columnRendererUtils: 'columnRendererUtils',

[13:17:58 CDT(-0500)] <TonyUnicon> in your controller?

[13:18:15 CDT(-0500)] <TonyUnicon> it should be part of the 'inject' config at the top of the controller code usually

[13:19:05 CDT(-0500)] <TonyUnicon> also make sure

[13:19:07 CDT(-0500)] <TonyUnicon> mixins: [ 'Deft.mixin.Injectable' ],

[13:19:11 CDT(-0500)] <js70> yes. thats not the problem. just found the code section that is causing the issue.

[13:19:15 CDT(-0500)] <TonyUnicon> is included as part of the class def

[13:19:22 CDT(-0500)] <js70> thks.

[13:19:29 CDT(-0500)] <TonyUnicon> was that it?

[13:21:09 CDT(-0500)] <js70> it may be, but the code I removed was not directly calliing columnRendereUtils. Some more investigation but at least I found the section of code causing the issue.