0
I want to delete that piece of code ng-show="$ctrl.state == 'downloading'
which was set several times, but as the code is extensive it takes a lot of work to delete one by one. I’m using Visual Code, there’s some way to erase that chunk from everywhere in the project at once?
but it will replace with the '' character or just delete?
– SHRIMP
It will replace with an empty string space that is the same as deleting.
– Maycon F. Castro
It worked out buddy?
– Maycon F. Castro