TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

An Angled Mind – Why AngularJS is awesome

5 pointsby walskiover 12 years ago

2 comments

account_takenover 12 years ago
I like how he uses transitions in CSS for Angular but does it in code for jQuery to make the jQuery code look much more complicated. Why not `$('some-box').toggleClass('open')`
walskiover 12 years ago
Totally true. I chose the example as I think a lot of people do it that way right now. Sure you can write pretty good code with jQuery. AngularJS just makes it a lot easier.