-
Notifications
You must be signed in to change notification settings - Fork 49
Can't work in child route #36
Comments
I fount the problem. See to 143 line in common.js: weather url is But openweathermap.org need auth. The right url need be like this:
|
Hi @vostrik. Thanks for the pointer. The weather demo was written a long time ago, and at that point this API did not require authentication. I guess we will need to do some work here to add authentication support. |
Ok. Can you give me advice? I test perfomance and render 10k id in ng-repeat by node server, then by client. Client is faster. |
This library certainly isn't a "magic solution" to rendering AngularJS pages on the server. If you're planning to apply it to an already-existing application then you should expect that some adjustments will be required to get suitable behavior and performance. I'm happy to answer further questions, but let's start a new issue so we don't spam the subscribers of this one... |
|
I use "node server.js",then i can see the default page,But I click on the link in the city without any reaction.Why?
The text was updated successfully, but these errors were encountered: