Hi Julian,

You can't use arrow functions in places where the function is expected to 
be bound to a different 'this'. By design arrow functions are lexical bound 
to the 'this' where they are defined.
In short, using normal functions is the most ES6y way to solve this.

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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to