You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Controller functions are all declared as anonymous functions using the old ES5 syntax. For the sake of keeping things as consistent as possible across the codebase, it would be better if we declared them as ES6-style anonymous functions
Controller functions are all declared as anonymous functions using the old ES5 syntax. For the sake of keeping things as consistent as possible across the codebase, it would be better if we declared them as ES6-style anonymous functions