Celso Trindade

Results 26 comments of Celso Trindade

@ido567 if you change the original file like I did, you can use it normally.

@ido567 We'll have to wait to see if they have other solution, or other method. I didn't found any other way to solve this. Or maybe I'm missing something.

Same here. On the cartView i can add infinite items with the '+' button. But on the page view, the amount is limited correctly. Also, if we change the amount...

For me, what solved this issue was to manually set `this.scanner.enable = false;` within my ts file. None of the other approaches mentioned here worked so far.

+1 same here All of them show on the same place.

Same here. Close button doesn't work with version 1.0.7. The difference is that I'm setting this option as a default config, like this: ``` tooltipsConfProvider.configure({ 'showTrigger': 'click', 'closeButton': true, 'hideTrigger':...

The way I did was to use the property `nativeFile` (instead of `output.file` use `output.nativeFile` which was [made for this purpose](https://github.com/jkuri/ngx-uploader/pull/304) ) inside the type `addedToQueue`. This is the function...

Not for me. Still running into the same problem, where the body keeps the class `modal-open`. The solution to hard remove the class using `document.body` will work, but everywhere I...