I used Grunt and uglify, and is like I can minify, thank for that. On Wed, Sep 17, 2014 at 9:57 AM, Sander Elias <[email protected]> wrote:
> Hi Xavier, > > In the first sample, you are only injecting $scope, the other parameters > will be undefined. > The second sample does not explicitly list the injectables, and angular > will parse the function.toString() to find what it needs to inject. > > The downside of the second notation is that you can't minify your script. > At least, not without the help of extra tools. > > Regards > Sander > > -- > You received this message because you are subscribed to a topic in the > Google Groups "AngularJS" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/angular/ED1fmA86akg/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- Xavier ARTOT -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
