Angular 2.0

Are there any guides out there for Ionic 1.0 best practices (to help with future Ionic 2.0 migration)?

Based on what I’ve gathered from other blogs about Angular 2 migration that I think could be beneficial for Ionic would be:

  • Removing dependencies on $scope
  • Create thinner controllers (move logic to services)
  • Bind controllers to directives