AngularJS directive

From Wiki @ Karl Jones dot com
Jump to: navigation, search

In AngularJS, a directive is a class decorated with @Directive.

There are three kinds of directives in Angular:

Built-in directives include structural directives and attribute directives.

Writing custom directives, and using the built-in directives, is th

See also

External links