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 angular and why it is used?
How to generating new pipes, tabs, components and pages using ionic 3 cli in angular 4?
What is provider in angularjs?
What is a locale id in angularjs?
Explain module in AngularJS?
How will you implement internationalization in angularjs?
What are differences between angular 4 and angular 2?
What are the modules in angular 2?
What is angular cli? List the command to install angular cli?
What is class binding in angular?
What is the use of restrict and template property when creating custom directives?
What is angular cli command?
What is Component in Angular Terminology?
What does this line do? @Hostbinding(‘[class.valid]’) is valid?
What is dom stand for?