Using AngularJs to write single page apps
During these days I’m trying to learn a bit of AngularJs. Angular is a Javascript Framework which you can use to develop more responsive and usable apps. One of the key features of Angular is that makes simple developing what are called single page apps. Apart from MVVM binding, Angular has its own routing system. […]