AngularJS

AngularJS Directives

AngularJS Filters and Elements

AngularJS Tutorials

AngularJS Filters and Elements

List of AngularJS Filters and Elements

a Directive in AngularJS
AngularJS is used to change the default behavior of the a tag.
form Directive in AngularJS
AngularJS is used to change the default behavior of the form element. In AngularJS, forms are given certain new properties.
input Directive in AngularJS
AngularJS is used to change the default behavior of input elements by using an ng-model attribute.
textarea Directive in AngularJS
AngularJS is used to change the default behavior of textarea elements by using an ng-model attribute.
currency Filter in AngularJS
The currency filter is used to format a number to a currency format. By default, the locale currency format is used.
date Filter in AngularJS
The date filter is used to format a date to a specified format. The date can be a date object, milliseconds, or a DateTime string.
filter Filter in AngularJS
The filter filter allows us to filter an array, and return an array containing only the matching items. It only works only on Arrays.
json Filter in AngularJS
The json filter is used to convert a JavaScript object into a JSON string. It can be useful when debugging your applications.
limitTo Filter in AngularJS
The limitTo filter is used to return an array or a string containing only a specified number of elements.
lowercase Filter in AngularJS
The lowercase filter is used to convert a string to lowercase letters.
uppercase Filter in AngularJS
The uppercase filter is used to convert a string to uppercase letters.
number Filter in AngularJS
The number filter is used to format a number to a string.
orderBy Filter in AngularJS
The orderBy filter is used to allow us to sort an array. Strings are sorted alphabetically and Numbers are sorted numerically by default.