Update file-item.ts #30
Reference in New Issue
Block a user
Delete Branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See: https://github.com/valor-software/ng2-file-upload/issues/29
Fixed by updating progress inside zone.run()
hey, thanks for PR
direct working with zone.js could be dangerous in long run
any way to fix this with change detection strategies?
Any thoughts on how to deal with this via change detection?
I'm having the same problem - changes to attributes on the file-item do not trigger change detection and thus my templates do not update.
Simplified my code looks like:
Thanks for your help :)