I was going through Angular JS Single page web application.
I could not understand how Angular JS Single page web application is different than a Jquery powered Ajax Web application application.
author says there is no page refresh in angular JS Single page web application. It will be like desktop application.
my confusion is Jquery + Ajax .load or .get does not also do page refresh … are they too Single Page Web application ?