X Tutup
Skip to content

fix(upgrade): make upgradeAdapter upgrade angular 1 components correctly#7588

Closed
kevinmerckx wants to merge 2 commits intoangular:masterfrom
kevinmerckx:upgrade-component
Closed

fix(upgrade): make upgradeAdapter upgrade angular 1 components correctly#7588
kevinmerckx wants to merge 2 commits intoangular:masterfrom
kevinmerckx:upgrade-component

Conversation

@kevinmerckx
Copy link
Copy Markdown
Contributor

With this fix, the $onInit function of an upgraded angular 1 component is called and input bindings (<) are created.

With this fix, the $onInit function of an upgraded angular 1 component is called and input bindings (<) are created.
controllerAs?: string;
template?: any;
templateUrl?: any;
transclude?: any;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Missing require.

add missing require parameter
@alxhub
Copy link
Copy Markdown
Member

alxhub commented Apr 7, 2016

Merging with squashed commits in #7951.

@alxhub alxhub closed this Apr 7, 2016
@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 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

X Tutup