GUACAMOLE-630: Create a new injector for field type instances only if needed.

Creating a new injector re-initializes services and providers within
its modules. If those services or providers rely on being singletons
(as colorPickerService does), this produces unexpected behavior.
1 file changed