I have following line is one of my angular controller:
document.getElementById('someId').src = localStorageService.get('someKey');
It is giving me, TypeError: Cannot set propertly src of null after minifying the javascript, in my angular app. It is not happening with un-minified code. What could be the possible reason ?