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

ng-change of lx-select is also called when model is changed programmatically

ValentinCoudert opened this issue · comments

I tried with my project (LumX 1.0.9) and with your very own website: when I change the lx-select underlying model by code, it calls the function registered in ng-change. And it should not because ng-change should only be called when the input changes.