A sample Shopping cart application using Angular JS and Web API. This application is created for a series of posts on Angular JS on my blog.
The series helps a beginner to understand importance of Angular JS and demonstrates usage of many useful features including unit testability. The series consists of following posts as of now:
- Easy two-way data binding in HTML pages with Angular JS
- Filtering and Sorting data using Angular JS
- Modules in Angular JS
- Form validation using Angular JS
- AJAX Using Angular JS
- Moving AJAX calls to a custom service in Angular JS
- Templates, Routing and Sharing Data Between Views in an Angular JS Application
- Unit Testing AngularJS Controller Using Jasmine
- Unit Testing AngularJS Controller Using QUnit and Sinon