How To Use Angularjs/ionic As Part Of Backbone/cordova Project?
I am new to AngularJS/Ionic so I am asking for your helps to give us some ideas about how to add AngularJS/Ionic to part of Backbone project. We have a project on hand which is bui
Solution 1:
I found the answer by myself.
Yes. It can add AngularJS/Ionic to an existed Backbone/Cordova project. I found a good example for it, https://gist.github.com/geddski/5571990.
The idea is to still using Backbone to create a page, but inside the page, it is AngularJS on top of it to implement views. Ionic 1.0 can install in Cordova project directly.
Hope this could help. If you have any questions or any updated information, please feel free to reply. Thank you.
Post a Comment for "How To Use Angularjs/ionic As Part Of Backbone/cordova Project?"