You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
When using bindToController properties are being set before the constructor is invoked.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:yBpEi4).
Constructor should be called before properties are set.
What is the motivation / use case for changing the behavior?
Behaviour in properties setters that rely on values initialized in the constructor fail.
Which version of Angular, and which browser and OS does this issue affect? Did this work in previous
versions of Angular? Please also test with the latest stable and snapshot versions.
Windows 7, TypeScript 1.8.2, chrome 49.0.2623.87, Angular 1.5.0
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix)
ashclarke, DroneKid, bcherny, vitrilo, dorcohen8 and 3 more