Skip to content

Commit f425dfe

Browse files
committed
Update README.md
1 parent 9a98a9c commit f425dfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
- Explain difference between 'compile' and 'link' callbacks in directive definition
4444
- List types of scopes directive can have?
4545
- How Directives are compiled?
46+
- What are the directives in angularJS?
4647

4748

4849
### 4. Filters
@@ -492,7 +493,7 @@ level-Two: post link
492493
level-One: post link
493494
```
494495
495-
#### Q. ***What are the directives in angular JS ?***
496+
#### Q. ***What are the directives in angularJS?***
496497
AngularJS directives are a combination of AngularJS template markups (HTML attributes or elements, or
497498
CSS classes) and supporting JavaScript code.The JavaScript directive code defines the template data and
498499
behaviors of the HTML elements.

0 commit comments

Comments
 (0)