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" <[email protected]> wrote: > 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: > > dataAccessService.load(); > > I hope this helps you, > Regards > Sander > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "AngularJS" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/angular/u7WtHaZ5lIo/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
