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
When using the `/* @ngInject */ comment on an ES6 class' constructor, the annotation does not occur if I stop using decorators (indirect cause, of course).
Alternative version without any dependency to the
angular-transition-sugar library.
This is the first alternative created.
The current solution (using git branches) should NOT be the final
solution for alternatives management. See #30.
There is still an issue about ng-annotate. So, the current version doesn't
support any uglification, and is therefore not ready for production (or need to use .$inject any time) ! See olov/ng-annotate#248.
When using the `/* @ngInject */ comment on an ES6 class' constructor, the annotation does not occur if I stop using decorators (indirect cause, of course).
The issue
input
expected output
OR (better) :
actual output : no modification
FYI : ES6 Input
The part which was working before
input
Output
FYI : ES6 Input
The text was updated successfully, but these errors were encountered: