I'm using ionic-angular for a webRTC android app and the only way I've gotten the webRTC part to function is by putting it inside an iframe in my angular app. So I have a an App within an App .. app inception one might say :)
Anyways I made a bare-bones example below. I need to get data from input fields from settings tab and move them to different parts of the App, including moving them inside the 2nd angular app with a different ng-app name.
When I use services/controllers examples in documentation where the html templates are all inline in a single file, I get it to work, but when I've tried using ngStorage or anything else in the way I have my file structure setup below, my application just shows nothing. I would be really grateful if someone can show me a snippet of where to include either services or controllers within the project structure I have below to be able to reuse the inputed data in different parts of the app including getting it inside the iframe if possible.
http://antonvolt.com/angtest and here is the source code for the little example: https://github.com/AntonVoltchok/AngTest
To anyone taking a look at it, I've been stuck for a bit and I could really use a hand so thank you for you time