Everything works untill I send my scripts for minification. Is there something that I am missing? Found [it](https://github.com/angular/di.js/blob/master/src%2Futil.js#L9) Why would someone put restrictions on the way classes are defined especially when you know that they are going to get minified. Just to get it working - Can we first check the prototype property first and then check the name?
Everything works untill I send my scripts for minification. Is there something that I am missing?
Found it
Why would someone put restrictions on the way classes are defined especially when you know that they are going to get minified.
Just to get it working -
Can we first check the prototype property first and then check the name?