Answer Posted / chaitanya
By default, directives have access to the parent scope in AngularJS apps. Hence, you can write your custom directive code based on parent scope. If the parent scope changes at all the directive is no longer useful.
The shared scope allows the parent scope to flow down into the directive but the Isolate scope doesn’t allow the parent scope to flow down into the directive.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is json web token?
What is the difference between a provider, a service and a factory in angular?
Explain currency filter?
What is export array in angular 2?
How are the services injected to your application?
What is internationalization in angularjs?
Global variables in angularjs?
Explain The Directives Ng-If, Ng-Switch, And Ng-Repeat?
Explain what is angular expression? Explain what is the key difference between angular expressions and javascript expressions?
What is location path?
How to use styleurls and styles in angular?
Why should I use angular?
What is angularjs latest version?
Please explain formgroup and formcontrol in angular?
How to do login and logout using ionic 3 and angular 4?