From 82948df5b6befe552739053452869545b7be0a8c Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 17 Aug 2017 12:47:10 +0200 Subject: [PATCH] Remove an old timeout function which is now irrelevant --- js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/app.js b/js/app.js index c1ce73e..0222946 100644 --- a/js/app.js +++ b/js/app.js @@ -62,7 +62,6 @@ app.controller('WeatherController', ['$scope', '$interval', '$timeout', '$compil $scope.loadCities(); }); - $timeout(function () { $scope.loadApiKey(); }); $timeout(function () { $scope.loadMetric(); }); $scope.mapMetric = function () {