AngularJS Framwork
August 11, 2015
AngularJS is a framework.It is a library written in JavaScript.It has following features
- Two way data binding
- MVW pattern (MVC-ish)
- Template
- Custom-directive (reusable components, custom markup)
- REST-friendly
- Deep Linking (set up a link for any dynamic page)
- Form Validation
- Server Communication
- Localization
- Dependency injection
- Full testing environment (both unit, e2e)
- Internalization
- Filters
- Routing
Check angularjs demo application login with username/password kaushal/kaushal http://kaushal-demo-app.appspot.com/
Login with validation and repeater and filter example.