hawtio / hawtio-ui

Hawtio UI widgets for hawtio 2.x see http://ui.hawt.io/
Apache License 2.0
7 stars 6 forks source link

Upgrade AngularJS to 1.5.x #46

Closed abkieling closed 7 years ago

abkieling commented 8 years ago

Upgrade AngularJS to 1.5.x so we can start using the .component() method and follow a style of application architecture more inline with Web Components and Angular 2. Reference: https://docs.angularjs.org/guide/component

gashcrumb commented 8 years ago

+1 we'll need to be mindful that templates in downstream components will need to be updated, such as hawtio-jmx, hawtio-integration, and I'm sure I'm forgetting other hawtio-* projects. Should mostly be a matter of search/replace, probably worth cutting components over in batches perhaps?

abkieling commented 8 years ago

Yep, all downstream projects will need to be checked. There is some documentation about migrating to new versions: https://docs.angularjs.org/guide/migration

abkieling commented 8 years ago

I noticed the AngularJS version has been defined as 1.5.x. Great stuff! Is everything working well?

abkieling commented 7 years ago

This upgrade has been done so I'm closing the issue.