Closed strokyl closed 7 years ago
Hi @toddmotto,
Any chance to see this PR merged?
Thx a lot
The thing is that he already fix this bug but on the following branch:
Hey @toddmotto
Would you consider merging this PR request?
Thanks ;)
@toddmotto would you consider bumping the version?
Contrary to what specify angular 1.5 documentation, when using angular 1.3 with this poly-fill,
$onInit
is called before one way binding are done. This is very annoying because this force to place initialisation code on$onChanges
and to check initialisation has not been done yet.I could not find the unit-test file mentioned in the contribution part of the README.