We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a98a9c commit f425dfeCopy full SHA for f425dfe
README.md
@@ -43,6 +43,7 @@
43
- Explain difference between 'compile' and 'link' callbacks in directive definition
44
- List types of scopes directive can have?
45
- How Directives are compiled?
46
+ - What are the directives in angularJS?
47
48
49
### 4. Filters
@@ -492,7 +493,7 @@ level-Two: post link
492
493
level-One: post link
494
```
495
-#### Q. ***What are the directives in angular JS ?***
496
+#### Q. ***What are the directives in angularJS?***
497
AngularJS directives are a combination of AngularJS template markups (HTML attributes or elements, or
498
CSS classes) and supporting JavaScript code.The JavaScript directive code defines the template data and
499
behaviors of the HTML elements.
0 commit comments