Closed ghost closed 6 years ago
@maxkorz Thanks for your work again! I'll make another release.
@maxkorz in generel please try to follow the angular commit guidelines. So not Fix
but fix(scope): ...
Otherwise the changelog generation won't work as it should.
Fixes https://github.com/johannesjo/angular2-promise-buttons/issues/18. As turns out, code compiled with Angular 5 is not compatible with Angular 4, but not vice versa. More info here: https://github.com/angular/angular/issues/19607
Downgrading angular to
^4.0.0
fixes the problem and fixed version works fine with both Angular 4 and Angular 5.