How to can I make this code that I have minification friendly?
MyModule.config(['$provide',function($provide) {
$provide.decorator("$exceptionHandler", function($delegate,$injector) {
I can't seem to do this:
$provide.decorator("$exceptionHandler" , "$delegate","$injector", function($delegate,$injector) {