I made a simple responsive single page web app (about 5 views) to replace our old jsf web application using angularjs+bootstrap. Now looking into frameworks like ionic, cordova and trigger.io.
what I don't understand is, am I supposed to directly reuse my responsive web app code in, say, ionic framework? I know there are differences between those frameworks but the main idea is, write app using js+html5 and embed it ino a webview to run in different platforms.
How much and what can I reuse from my angular+bootstrap web app? I suppose I can reuse angularjs services that talk to backend, but not controllers or ui. Or mobile app and responsive website are totally different codebases with different aims/approaches?