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 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.
