ionic-team / ionic2-starter-aws

Ionic + AWS MobileHub Starter Project
235 stars 47 forks source link

Runtime Errors (chrome) #24

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, I have Runtime Errors like "this.isAuthenticated is not a function" and "this.refreshTasks is not a function" ??? Any idea ?

ghost commented 7 years ago

Hi, you must change user.ts and tasks.ts and put outside of the concerned functions something like:

let self = this;

and use

self.isAuthenticated()...

afterwards.

ghost commented 7 years ago

OK thanks.

janpio commented 7 years ago

So the project is currently broken in the state that is available for download here?

ghost commented 7 years ago

I saw many pull requests fixing the issues.

janpio commented 7 years ago

Could you provide link to those please?

ghost commented 7 years ago

Issue #20 seems to be the same and there are fixing answers, no ?

janpio commented 7 years ago

Yes, another issue thread. Could someone please just submit a PR with these changes so the maintainer can just merge this and get it fixed properly?