Need to integrate Angular JS project in Cordova ionic

I’m trying to add my existing angularJS project in my Cordova ionic .

I have separately have one project on Cordova ionic and AngularJS.
For Cordova ionic i have added some plugin for iOS build.
For AngularJS i have added some web pages.
But after i tried to add Dist folder from AngularJS to Cordova ionic project. But here index only script file generated for AngularJS. May i know how to add my app.js to AngularJS and how to add my page in AngularJS. How it will work… please help me