Hacker News new | ask | show | jobs
by humbleMouse 3696 days ago
Angularjs and JQuery are two different libraries designed to solve different problems. Angular is designed to make data persistence very simple by mirroring your data clientside. JQuery is a tool that abstracts lots of common javascript tasks.

I think you should do some more googling and reading up about Angularjs. This is an apples to oranges type of comparison.

1 comments

Thanks. Yes, I did read few things about Angularjs, mostly the bi-directional binding. Which is kool btw. I wanted to know if someone here is using AngularJS and what are their experiences.