Closed illavirs closed 9 years ago
When I initialize the items array with values eg { src: ' .. ' } it displays fine, but when I add more items to the array later via javascript, UI is not getting updated. Its still displaying the initialized values.
I'll have a look at this. First thing that comes to mind is that the scope value is not updated (Probably have to force it with a timeout)
Fixed in latest commit
When I initialize the items array with values eg { src: ' .. ' } it displays fine, but when I add more items to the array later via javascript, UI is not getting updated. Its still displaying the initialized values.