Tag: directives
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…
How to Create Custom Directives in AngularJs
by  Java4s | 2 Comments
  [ Ask Question ]
In this article I will describe how to create custom directives in the AngularJs. Custom angular directives are the markers of DOM element, I mean we will write the custom directives as normal HTML elements, attributes, CSS classes and as…