Tag: angularjs
AngularJs Hello World Example
by  Java4s | 14 Comments
  [ Ask Question ]
Hi there, lets see how to write a Hello World example in AngularJs. As this is the first Angularjs example i will make it as simple as possible for you 🙂 For creating AngularJs applications we need to include the…
AngularJs Controller Example, Controllers in AngularJs
by  Java4s | 6 Comments
  [ Ask Question ]
In the previous tutorial, i have explained how to create a simple application without a controller. But in this example i am going to use a controller. In order to create a controller firstly we should create a module…
AngularJS Directives Tutorial
by  Java4s | 7 Comments
  [ Ask Question ]
In this article i will describe about the directives in the AngularJs. Simply in a single line we can say, angular directives will extend the functionality of HTML elements. We will use these directives as an attribute for the…