From 7f936e1da7b9d055860c49fa0c496406b63d88ec Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Sat, 11 Jul 2015 16:45:36 +0000 Subject: [PATCH] Handle haze like mist, Tokyo,JP currently has this state --- js/public/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/public/app.js b/js/public/app.js index 09d8fc0..d7c966d 100644 --- a/js/public/app.js +++ b/js/public/app.js @@ -34,6 +34,7 @@ app.controller('WeatherController', ['$scope', '$interval', '$timeout', '$compil $scope.imageMapper = { "Clear": "sun.png", "Clouds": "clouds.png", + "Haze": "mist.png", "Mist": "mist.png", "Rain": "rain.jpg", "Snow": "snow.png",