Updated school menues since api changed to names instead of school names
continuous-integration/drone/push Build is passing
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -51,9 +51,9 @@ angular.module('mealMenuApp', ['ngSanitize'])
|
|||||||
$scope.schoolMealsBySchool = [];
|
$scope.schoolMealsBySchool = [];
|
||||||
|
|
||||||
$scope.schoolSensors = [
|
$scope.schoolSensors = [
|
||||||
{ name: "William – Gäddgårdsskolan", entity: "sensor.engelbrektsskolan" },
|
{ name: "William – Gäddgårdsskolan", entity: "sensor.william_lunch" },
|
||||||
{ name: "Louise - Nyeds skolan", entity: "sensor.nyedsskola" },
|
{ name: "Louise - Nyeds skolan", entity: "sensor.louise_lunch" },
|
||||||
{ name: "Ludwig - Skogsgläntan", entity: "sensor.skogsglantan" }
|
{ name: "Ludwig - Skogsgläntan", entity: "sensor.ludwig_lunch" }
|
||||||
];
|
];
|
||||||
|
|
||||||
$scope.schoolMealsBySchool = [];
|
$scope.schoolMealsBySchool = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user