diff --git a/img/drizzle.jpg b/img/drizzle.jpg new file mode 100644 index 0000000..3ad5aed Binary files /dev/null and b/img/drizzle.jpg differ diff --git a/js/app.js b/js/app.js index 0222946..4e0bf43 100644 --- a/js/app.js +++ b/js/app.js @@ -41,6 +41,8 @@ app.controller('WeatherController', ['$scope', '$interval', '$timeout', '$compil $scope.imageMapper = { "Clear": "sun.png", "Clouds": "clouds.png", + "Drizzle": "drizzle.jpg", + "Extreme": "todo.png", "Haze": "mist.png", "Mist": "mist.png", "Rain": "rain.jpg",