humanmade / Hatjitsu

Websocket based Planning Poker
https://planningpoker.hmn.md/
MIT License
5 stars 2 forks source link

Upgrade Angular #52

Closed tomjn closed 7 months ago

tomjn commented 7 months ago

Last time I upgraded Angular I got to 1.2.x because there was an issue with 1.3.x. Now I've figured that out I can upgrade all the way to 1.8.2 which is the latest available for Angular 1

tomjn commented 7 months ago

Just note that this version still has security issues.

Indeed, upgrading to Angular 2 and beyond is the next step but more involved than 1.x versions. One of the immediate benefits of this is I can now use orderBy in ng-repeat

tomjn commented 7 months ago

I'd note that upgrading to the current version of Angular probably means rewriting the frontend and introducing a build step, which I want to avoid since I plan to rewrite it in react/something else