This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
ngChange after refreshComponent #1327
Open
Description
Hi,
you guys recently checked in a fix that when the model of a multiSelect component has changed, so refreshComponent will be called. Here: #1243
BUT:
It would be very nice if the refreshComponent would call a ngChange method. I.e. as a configurable directive attribute where we cann pass our pointer of method, which concrete method will be called.
Example:
<ui-select on-refesh="myNgChangeMethod">
...
</ui-select>