Hi, I’m completely new to Ionic and I’m trying to transform a “home-made” Angular/Cordova/Bootstrap app into an Ionic project.
I’m a begginer who loves tutorials, but I didn’t find any to make this kind of “migration”.
For example, I’m stuck with something simple:
In my former app, the index.html contains a <div ng-view></div>
This div is used to include html partials in an Angular app.
I didn’t see any code like this in Ionic tutorials. Why ? Is there another way to do?
In a more general maner, what are the main things to be aware of when going to Ionic?
Even Ionic is just supposed to be a frontend framework plugged on AngularJS, my first feeling (I may be wrong) is you don’t just do pure AngularJS with some Ionic above, but you need to build your project in “an Ionic way”. Sorry if it’s not very clear…
Thanks for your help.