|
|
|
|
|
by Alonski
2371 days ago
|
|
In modern Ember it is possible and even recommended to use normal functions :)
In Ember Octane with Native Classes and Decorators it is possible to use normal functions and if they need to have access to the this context of the class then they are decorated with the @action decorator. |
|