First time poster.
I have a question similar to this.
Any guide to this problem?
Sorry about re-hashing the old topic.
First time poster.
I have a question similar to this.
Any guide to this problem?
Sorry about re-hashing the old topic.
you can use requirejs with the newest ionic beta.
configure a alias ionic for the ionic.bundle.min, fix your dependencies.
bootstrap your app manually not with ng-app="".
Check your angular version and the angular version of ionic.
There could be some breaking changes in angular.
There is the possibility to not using the the ionic bundle.
You could require each file on its own:
http://www.flyacts.com/blog/tutorial-angularjs-mit-requirejs-und-ionic-framework/
(it is in german)
Consider the update part of the article.
greets