Re: [AngularJS] Re: Service not loaded when controller calls in init function

2015-04-02 Thread Stephen Adams
Hi Thanks for this I'll try that change you suggested. Also I noticed that we're using appcache which seems to cause problems. I'm looking for ways to use appcache with an AngularJS/Ionic app. Stephen On 1 Apr 2015 16:08, "Sander Elias" wrote: > Hi Stephen, > > No I have not witnessed something

[AngularJS] Re: Service not loaded when controller calls in init function

2015-04-01 Thread Sander Elias
Hi Stephen, No I have not witnessed something like this. Did you check the developers console on what errors are present when it’s not working? A quick view of your source brings this line to my attention: this.load(); I suspect your issue will be gone if you change that to: dataAccess