Hi Sander, I understand you are talking about window.angular as global variable, but actual question is how can we access the `angular.forEach` function without assigning it to this global variable. As in the source code function forEach is not assigned to this global variable!
On Wednesday, 25 June 2014 13:52:44 UTC+5:30, Sander Elias wrote: > > Hi Ke, > > Are you new to ecmascript as well? > The angular variable is just an normal object, the line you showed, just > makes sure it's declared global in the browser. > While this may look (and even feel) as a namespace, it is not a true > namespace. It's just a global variable. > > 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.
