Thyago Weber

Results 9 comments of Thyago Weber

I just figured out what's happening: As long as IE9 and below has no implementation of the File API, the 'size' variable passed in the template throw this error, because...

@rkhedekar This plugin uses the javascript File API, that is not present in the IE9 (and below) engine. The solution in this case is simply don't use these properties provided...

I've got the same issue and things worked out when I changed the modules names to the alias given on the path config, rather than the module path, for example:...

This is still happening to angular-material elements, `md-svg-src="assets/images/chat.svg"`, for example.:

@Kattixie That helped a lot. Thank you!

@loicfrering TYVM. I'm looking forward to it. =)

> Hi, > I need to manage the selected items from outside this widget but I don't found a way to do this after setting the initial items parameter. >...