I am downloading my project and doing my best.
I followed the phonebook step by step. - for a week :(
However, I was in trouble.
The phonebook sample works fine.
However, the projects that I have progressed step by step appear as shown in the figure.
I can not find the answer even if I look at every single problem.
Note that the database (PbPerson and phone) is normal
6 Answer(s)
-
0
Hi,
Can you try .done instead of success ?
-
0
I found a funny situation.
Run Phonebook project downloaded from Github.
Check Phonebook page is normal
Exiting the PhoneBook project
Run my project
Phonebook page .... working .... LOL
But if you refresh Shift + f5 many times ....
Not working ... LOL * 9999999
What's the problem?
My Com's Problem?
Note that...
Visual studio 2015 .net 4.6.1 Typescript installs linked to document
-
0
Hi,
I think it is not related to your computer, probably Chrome is caching the scripts for working project first and when you refresh page many times it starts to use your project's scripts and it does not work.
Can you send your project to us ? We will take a look at it locally and fix if there is a problem.
Thanks.
-
0
okay.
I have sent an email to info account.
I hope my mistake is found.
please.
And thank you.
-
0
Hi,
Thank you for sending the project. It seems like the documentation is a bit old, you need to use .then instead of .success in the latest version of angular.
Please change all .success of ajax calls to .then and use result.data.items instead of result.items and it works.
We will update the documentatin as well, Thanks.
-
0
It's perfect.
Thank you.