Hi, I’m in the mid-to-late stages of developing an app using: PhoneGap, AngularJS 1.2 & SQLite3 with FTS3. In the process of looking for a way to add some beautiful interface touches, I’ve come across Ionic. It looks like a truly gorgeous solution, but after the hassle I’ve already gone to to set up the database plug-ins etc, I’m not sure I want to to try to migrate my existing code into a new Ionic app.
Since I’m already using Angular, is there a chance I could use the Ionic JS & CSS within my existing app? Has anyone done this successfully? I’m currently using $routeProvider for navigation, and the Ionic components I am most interested in using for my app are the sliding animations on navigation, and the side-menu component. Is it possible to use these just in a modular way by adding some pieces of the Ionic code to my project?
I will be experimenting with this topic this afternoon, but am also very interested to hear other people’s experiences.