How to create custom directives in AngularJS?
Custom directives are used in AngularJS to extend the functionality of HTML. Custom directives are defined using "directive" function. A custom directive simply replaces the element for which it is activated. AngularJS application during bootstrap finds the matching elements and do one time activity using its compile() method of the custom directive then process the element using link() method of the custom directive based on the scope of the directive
| Is This Answer Correct ? | 0 Yes | 0 No |
How to enable and disable buttons with using condition?
What is ng-app directive in angularjs?
What are the ngmodule metadata properties?
What is lazy loading in angular 2?
What is angular cookie?
How to generating new pages in angular 4 apps using ionic 3 cli?
What is a selector?
What kind of framework is angular?
What is api in angular?
Explain call and apply method?
Explain host decorator in angular 2?
Which are the core directives of angular js?