{{f = ...}}
3行目のステートメントでコンテンツが出力されないようにするにはどうすればよいforecast[day.iso]
ですか?
forecast[day.iso].temperature
繰り返しごとに使用などを避けたい。
<div ng-repeat="day in forecast_days">
{{$index}} - {{day.iso}} - {{day.name}}
{{f = forecast[day.iso]}}
Temperature: {{f.temperature}}<br>
Humidity: {{f.humidity}}<br>
...
</div>