Migrate to Angular 1.6
See original GitHub issueKnown tasks
$http
will use Promise API, impacts all services$http
will returnresponse
wrapping previousdata
object, leading to uglyresponse.data.data
or need to resolve promises inside service and “re-promise” as expected by current controllers implementation
Docs
Note: This migration step makes only sense to implement before #165.
<bountysource-plugin>Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
AngularJS: Developer Guide: Migrating from Previous Versions
Migrating from 1.6 to 1.7. AngularJS 1.7 contains bug fixes and features to AngularJS core and its external modules, some of which contain...
Read more >Upgrade to AngularJs 1.6 - OctoPerf
This blog post lists the various steps we took to upgrade OctoPerf's frontend to the latest AngularJS version.
Read more >Upgrading from AngularJS to Angular
It is possible to prepare and align AngularJS applications with Angular even before beginning the upgrade process. These preparation steps are all about...
Read more >Migrating Angular JS 1.6.10 to 1.7.8 - Stack Overflow
I need to migrate my AngularJS version from 1.6.10 to 1.7.8. I would like to know will there be any code breakage after...
Read more >Angular 1.6 is here, this is what you need to know
Migration / changelog. Check the Angular 1.6 migration guide for some of the other noteworthy enhancements (such as the improve input[type=range] ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I suppose this issue should get closed by now so that no new contributor starts working on it just by seeing master branch docs 😅
Sounds good! JFYI,
juice-shop.min.js
is generated from the controllers, services and templates.