Hello, How can I now when my arraycollection in my modellocator is filled with items ? I tried using collectionEvent.collection_change, but it does not fire when setting my AC like this in my command, after the remoting result handler:
model.library = new ArrayCollection(data.result); What is the correct way ? ( I'm using Cairngorm )

