Ahmad Alfy
Ahmad Alfy
It seem that the problem is happening to Angular 1.6.0 check the [changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) >$http: > remove deprecated callback methods: success()/error() ([b54a39](https://github.com/angular/angular.js/commit/b54a39e2029005e0572fbd2ac0e8f6a4e5d69014)) This need to be addressed quickly and to switch...
I resolved that by fixing my Angular dependency to version 1.5.10
Yes it should work. I however used `resolution` ``` "resolutions": { "angular": "1.5.10" } ```
@acovrig make sure you install `1.5.10`. ng-token-auth won't work with `1.6.x`
I will confirm, so far it is the same across edge, Chrome and Firefox
@blackrabbit944 @fuzunspm I fixed it by making the page act as a wrapper so they don't use `withTranslation`. They load components that uses `withTranslation` and it worked fine. So code...
Should this be reported to the eslint plugin?
Awesome, I will check it
Probably will have to go with the `--force` flag till it's updated
If everyone is interested, the `--force` flag works and the update doesn't break the package.