How can I avoid having the {{f = ...}} statement in the third line print out the content of forecast[day.iso]?
{{f = ...}}
forecast[day.iso]
I want to avoid using fore
fore
Use ngInit: https://docs.angularjs.org/api/ng/directive/ngInit
{{$index}} - {{day.iso}} - {{day.name}} Temperature: {{f.temperature}} Humidity: {{f.humidity}} ...
Example: http://jsfiddle.net/coma/UV4qF/