Remove an old timeout function which is now irrelevant

master
Loic Blot 2017-08-17 12:47:10 +02:00
parent ad800aee9c
commit 82948df5b6
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ app.controller('WeatherController', ['$scope', '$interval', '$timeout', '$compil
$scope.loadCities();
});
$timeout(function () { $scope.loadApiKey(); });
$timeout(function () { $scope.loadMetric(); });
$scope.mapMetric = function () {