md-data-table icon indicating copy to clipboard operation
md-data-table copied to clipboard

console.log in .min.js

Open fabiocarneiro opened this issue 9 years ago • 8 comments

I think someone forgot a console.log in .min.js https://github.com/daniel-nagy/md-data-table/tree/v0.8.14 and master

It can be found after this line, but its only present on the minified version https://github.com/daniel-nagy/md-data-table/blob/master/dist/md-data-table.js#L126

fabiocarneiro avatar Nov 09 '15 16:11 fabiocarneiro

I was just about to open a issue for that ! It's showing up when testing which is pretty annoying

corentin-gautier avatar Nov 10 '15 08:11 corentin-gautier

:+1:

leonn avatar Nov 24 '15 19:11 leonn

I also noticed this. I am successfully using the following override in my bower.json to avoid seeing the console.log.

"overrides": {
    "angular-material-data-table": {
      "main": [
        "dist/md-data-table.js",
        "dist/md-data-table.min.css"
      ]
    }
  }

paulhauner avatar Nov 26 '15 07:11 paulhauner

Who is planning to fix this? :see_no_evil:

stefanahman avatar Dec 14 '15 15:12 stefanahman

It is a little annoying. Would love to see it go away.

EvanWieland avatar Dec 15 '15 15:12 EvanWieland

+1

ghost avatar Dec 23 '15 10:12 ghost

@daniel-nagy plz?

stefanahman avatar Jan 04 '16 10:01 stefanahman

This issue has been open for over 18 months. Is there any plan to fix it?

westy92 avatar May 16 '17 21:05 westy92