8000 Update README.md · learning-zone/angularjs-basics@12f74c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 12f74c7

Browse files
committed
Update README.md
1 parent d65670c commit 12f74c7

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,22 @@
6565

6666

6767
### 3. Directives
68-
- What are directives in angularjs?
69-
- List some built-in directives
70-
- Explain difference between 'compile' and 'link' callbacks in directive definition
71-
- List types of scopes directive can have?
72-
- How Directives are compiled?
73-
- What are the directives in angularJS?
74-
- What are different ways to invoke a directive?
75-
- What is the difference between ng-show/ng-hide and ng-if directives?
76-
- When creating a directive, it can be used in several different ways in the view. Which ways for using a directive do you know? How do you define the way your directive will be used?
77-
- When should you use an attribute Vs an element?
78-
- What is the role of ng-app, ng-init and ng-model directives?
79-
- How would you programatically change or adapt the template of a directive before it is executed and transformed?
80-
- What is the Router directive that can be placed on elements to navigate to a new route?
68+
69+
|Sl.No| Questions |
70+
|-----|------------------------------------------------------------------------|
71+
| 01. |[What are directives in angularjs?](#q-what-are-directives-in-angularjs)|
72+
| 02. |[List some built-in directives](#q-list-some-built-in-directives)
73+
| 03. |[Explain difference between 'compile' and 'link' callbacks in directive definition](#q-explain-difference-between-compile-and-link-callbacks-in-directive-definition)
74+
| 04. |[List types of scopes directive can have?](#q-list-types-of-scopes-directive-can-have)|
75+
| 05. |[How Directives are compiled?](#q-how-directives-are-compiled)|
76+
| 06. |[What are the directives in angularJS?](#q-what-are-the-directives-in-angularjs)|
77+
| 07. |[What are different ways to invoke a directive?](#q-what-are-different-ways-to-invoke-a-directive)|
78+
| 08. |[What is the difference between ng-show/ng-hide and ng-if directives?](#q-what-is-the-difference-between-ng-show-ng-hide-and-ng-if-directives)|
79+
| 09. |[When creating a directive, it can be used in several different ways in the view. Which ways for using a directive do you know? How do you define the way your directive will be used?](#q-when-creating-a-directive-it-can-be-used-in-several-different-ways-in-the-view-which-ways-for-using-a-directive-do-you-know-how-do-you-define-the-way-your-directive-will-be-used)|
80+
| 10. |[When should you use an attribute Vs an element?](#q-when-should-you-use-an-attribute-vs-an-element)|
81+
| 11. |[What is the role of ng-app, ng-init and ng-model directives?](#q-what-is-the-role-of-ng-app-ng-init-and-ng-model-directives)|
82+
| 12. |[How would you programatically change or adapt the template of a directive before it is executed and transformed?](#q-how-would-you-programatically-change-or-adapt-the-template-of-a-directive-before-it-is-executed-and-transformed)|
83+
| 13. |[What is the Router directive that can be placed on elements to navigate to a new route?](#q-what-is-the-router-directive-that-can-be-placed-on-elements-to-navigate-to-a-new-route)|
8184

8285

8386
### 4. Filters

0 commit comments

Comments
 (0)
0