Skip to content

fix: BREAKING: Reliance on prebound constructor #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 7, 2020
Merged

fix: BREAKING: Reliance on prebound constructor #81

merged 1 commit into from
Sep 7, 2020

Conversation

oliversalzburg
Copy link

@oliversalzburg oliversalzburg commented Aug 25, 2020

Later AngularJS versions introduced a change that made it impossible to access bindings before construction has finalized. Relevant code has to be moved to the $onInit lifecycle hook.

Compatibility existed in prior versions, but has now been removed, breaking this module.

This constitutes a breaking change, because the $onInit lifecycle hook did not exist in very old versions (<1.4?) of AngularJS.

Fixes #80

Later AngularJS versions introduced a change that made it impossible to access bindings before construction has finalized. Relevant code has to be moved to the $onInit lifecycle hook.

Fixes #80
@hexadecy hexadecy self-assigned this Sep 7, 2020
@hexadecy hexadecy merged commit ea0e772 into beenote:gh-pages Sep 7, 2020
@oliversalzburg oliversalzburg deleted the fix/params branch September 8, 2020 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not compatible with Angular 1.8
2 participants