This articles tries to compare apples to oranges. jQuery is a DOM manipulation library and Angular is a MV* framework.
> When you build a website using AngularJS, a major question to ask yourself is:
> Is this a website that requires valid HTML or
> is this a web application that focuses on functionality more than markup?
You’ll use Angular if you’re writing a SPA. Not a “web application that focuses on functionality more than markup”.