view source
Client-Side Applications with AngularJS
The last time I wrote about client-side applications, I demonstrated an application I had built using Backbone. Since then, I, like many others, have tried out many other libraries for building client-side applications with JavaScript. Recently, I’ve taken a strong liking to AngularJS by Google. Let’s take a look at Angular by comparing the app I built last time with a version built using Angular.
Advertisement