lumapps / lumX

The first responsive front-end framework based on Angular & Google Material Design specifications

Home Page:https://ui.lumapps.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LxSelectChoicesController injection error

Aditya-Sh opened this issue · comments

Hello,

I am getting an error using Select component of lumx. Error id below
LxSelectChoicesController is not using explicit annotation and cannot be invoked in strict mode.

This is probably because somewhere injection hasn't been done correctly.

Update:
This is due to wrong controller name while injecting.
Line no 3171 of lumx.js in dist.
Controller name should be LxSelectChoicesController and not LxSelectSelectedController

Using version 1.0.0

Hello there, I'd suggest you try to upgrade your lumx version as it doesn't look like it's an issue in the more recent versions.

Yes, seems to be fixed, using version: 1.7.31.
Forgot to update this after updating lumx.
Thanks