X Tutup
Skip to content

refactor(angular_1_router): Angular 1.X component integration#5277

Closed
coutin wants to merge 1 commit intoangular:masterfrom
coutin:compenent-for-1.x-new-router
Closed

refactor(angular_1_router): Angular 1.X component integration#5277
coutin wants to merge 1 commit intoangular:masterfrom
coutin:compenent-for-1.x-new-router

Conversation

@coutin
Copy link
Copy Markdown

@coutin coutin commented Nov 13, 2015

With the latest update on angular 1.5, @shahata introduced a more convenient way to create component (Through this PR angular/angular.js#12933). The thing is the default configuration of the components prevent the new router to use it as is.

The default value of the restrict is 'E' whereas the ngOutlet directive is expecting components with a restrict 'A'

This PR is just simple modification of the ngOutlet directive to make the default configuration of a component working with the new router.

@googlebot
Copy link
Copy Markdown

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.

@coutin coutin closed this Nov 13, 2015
@coutin coutin deleted the compenent-for-1.x-new-router branch November 13, 2015 16:41
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup