thanks for your time! I am battling to get any scripts running in the Ionic framework\'s sidemenu starter template. I have placed them everywhere (except where they\'re supp
I would add any scripts such as jquery either just before or just after the script tag for cordova. This is in index.html
located within the app/
directory of the project that running the yeoman generator created.
Once you have placed the scripts here they will get called when the app runs, and libraries such as jquery will be available globally throughout the app. I hope this helps.