Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

component architecture results in many isolate scopes #15634

Closed
wants to merge 1 commit into from

Conversation

graingert
Copy link
Contributor

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

docs update

What is the current behavior? (You can also link to an open issue here)

na

What is the new behavior (if this is a feature change)?

na

Does this PR introduce a breaking change?
no

Please check if the PR fulfills these requirements

Other information:

When new scopes are created, they are added as children of their parent scope. This creates a tree
structure which parallels the DOM where they're attached.
The application can have multiple scopes, because some {@link guide/directive directives} and all
components create new child scopes (refer to directive documentation to see which directives create
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"components" is misleading. Components are just shorthand for a specific directive notation. Please expand to "component directives" and add a link to the component guide.

And also, can you please add a link to $compile for "directive documentation"? Because that's where the options are defined.

@Narretz Narretz added this to the Backlog milestone Jan 23, 2017
@Narretz Narretz closed this in 2f667b1 Feb 6, 2017
ellimist pushed a commit to ellimist/angular.js that referenced this pull request Mar 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants