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
Which components can be injected as a dependency in angular js?
What is the basic need to start with AngularJS?
What are the new features in angular 6?
What is the use of canactivate in angular?
Is react faster than angular?
Explain the difference between angular.js and backbone.js?
Is angular 2 object oriented?
Is react backend or frontend?
Difference between var, let, const?
What happen when I import the same module twice in angular 4?
Explain the process how do we exchange the data from front end to server?
How do we include css file ins. The component except using styleurls property?
What is the scope of $scope?
What are the ways to track the error in angularjs?
What is meant by decorator in angular?