Detecting Unminifiable Angular Code

added by bpwndaddy
6/10/2015 3:05:16 PM

454 Views

Because the dependency injector resolves the dependencies based on the argument names, the resolution doesn't work with minified code. In that case, parameters are generally shortened to single-letter variables, thereby making it impossible to use their names for dependency resolution.


0 comments