Tag: AngularJs Routing
-
Single Page Web App using AngularJs Routing
In traditional web apps, server would process the data, generate HTML and clients would just render the html and run some sprinkled javascript in the page. With client systems (phones, computers) getting more powerful it is now possible to push more processing to clients. Single Page Apps take benefit of this phenomenon. As name suggests,…