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

docs($compileProvider): improve strictComponentBindingsEnabled info #16306

Merged
merged 1 commit into from
Oct 30, 2017

Conversation

Narretz
Copy link
Contributor

@Narretz Narretz commented Oct 30, 2017

Related to #16303

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

What is the current behavior? (You can also link to an open issue here)
Docs are too unspecific.

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

Does this PR introduce a breaking change?

Please check if the PR fulfills these requirements

Other information:

This component will throw `missingattr` when used as follows:

```html
<myTest></myTest>
Copy link
Member

Choose a reason for hiding this comment

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

myTest --> my-test 😃

* on the component's HTML tag.
* Call this method to enable / disable the strict component bindings check. If enabled, the
* compiler will enforce that for all scope / controller bindings of
* a {@link $compileProvider#directive directive} / {$compileProvider#component component}
Copy link
Member

Choose a reason for hiding this comment

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

{$compilerProvider#component --> {@link $compilerProvider#component
of directive / component --> of a directive / component or of directives / components

@Narretz Narretz merged commit 0864f73 into angular:master Oct 30, 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