1

I would like to migrate my app to Onsen2 . Currently my app us in onsen UI1. What is the best way / process to migrate the app?

Anand P
  • 71
  • 6

1 Answers1

1

Taken from here: https://onsen.io/2/index.html

Migration from Onsen UI 1.x

Although Onsen UI 2.0 is no longer AngularJS dependent, we provide AngularJS binding to supplement AnuglarJS cool features. To include ng-* bindings, please include “angular-onsenui.js" after loading onsenui.js.

<script src="onsenui.js"></script>
<script src="angular.js"></script>
<script src="angular-onsenui.js"></script>
Munsterlander
  • 1,356
  • 1
  • 16
  • 29