You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i just noticed that there might be an issue with minifing your code.
The problem is that the parameters passed to the functions must be named as the service, because if the file gets minified the parameters get shortnames.
Hey guys,
i just noticed that there might be an issue with minifing your code.
The problem is that the parameters passed to the functions must be named as the service, because if the file gets minified the parameters get shortnames.
So something like this:
would turn to this:
AngluarJS has a solution where you name the services first you want to inject. Just like this:
would turn to this:
Would be nice to have something similar since minification is used in many projects.
Thanks
The text was updated successfully, but these errors were encountered: