
© Varun Singh
Introduction to AngularJs and its benefits.
AngularJs is java script framework that helps to build web applications. Angularjs is excellent framework for building single page business applications.
AngularJs is java script framework that helps to build web applications. Angularjs is excellent framework for building single page business applications.
In AngularJs, Expression is used to bind the data to HTML. AngularJS expressions can be written inside double braces: {{ expression }}.
In this tutorial you will about learn AngularJs Modules. The module is a container for the different parts of an application.
In this tutorial, you will learn AngularJs Directives. In AngularJs has a set of built-in directives which offers functionality to your applications.
In this tutorial, you will learn ng-model directive in AngularJS. The ng-model directive binds the value of HTML controls (input field) to application data.
In this tutorial, you will learn about Data Binding in AngularJS. Data binding in AngularJS is automatic synchronization of data between the model and the view.
In this tutorial, you will learn AngularJS Controllers. The data of AngularJS applications are control by AngularJS controllers.
In this tutorial, you will learn about AngularJS Scope. The scope is a object which plays the role of joining between view and controller.
In this tutorial, you will learn AngularJS Filters. In AngularJS, filters can be used to transform data like a number to currency.
In this tutorial, you will learn about AngularJs Services. In AngularJs, a service is a function that is available for your AngularJs applications.
In this tutorial, you will learn $http service in AngularJs. $http is an AngularJs Service is used to reading data from remote servers.
In this tutorial, you will learn how to create tables with AngularJs. The ng-repeat directive is perfect for Draw tables with angularJs. Following example states the use of ng-repeat directive to draw
In this tutorial, you will learn about AngularJs Select Boxes. In AngularJs, you can create dropdown lists based on items in an array, or an object.
In this tutorial, you will learn how to use SQL to get data from database on PHP Server running MySQL and ASP.NET Server Running SQL in AngularJs.
In this tutorial, you will learn about AngularJs DOM. AngularJS has directives for binding application data to the attributes of HTML DOM elements.
In this tutorials, you will about AngularJs Events. AngularJS has its own HTML events directives. You can add AngularJS event listeners by using events directives.
In this tutorial, you will learn about AngularJs Forms. Forms in AngularJs provides data-binding and validation of input controls using ng-model directive.
In this tutorial, you will learn about input data validation in AngularJs. In AngularJs, you can use standard HTML5 attributes to validate input data.
In this tutorial, you will learn about AngularJs API. The AngularJS Global API is a set of global JavaScript functions for performing common tasks.
In this tutorial, you will learn how you can include HTML from an external file. With AngularJS, you can include Html content using ng-include directive.
In this tutorial, you will learn about AngularJS Animation. AngularJS provides animated transitions using help of AngularJS animation library.
In this tutorial, you will learn AngularJS Routing. The Routing is used to make a Single Page Application using help of ngRoute module.
In this tutorial, you are going to create a real AngularJs Application. Lets create an application called studentList to add and remove students from list.