4 Commits
Author SHA1 Message Date
Elias Jansson 858eab8cee Updated school menues since api changed to names instead of school names
continuous-integration/drone/push Build is passing
2026-09-06 09:10:09 +02:00
Elias Jansson 4af641c079 W skola
continuous-integration/drone/push Build is passing
2026-08-20 15:42:07 +02:00
Elias Jansson aa3052f760 Yes
continuous-integration/drone/push Build is passing
2026-08-20 15:33:53 +02:00
Elias Jansson ce567c7508 Changed name of W School 2026-08-20 15:12:39 +02:00
+2 -1
View File
@@ -51,7 +51,7 @@ angular.module('mealMenuApp', ['ngSanitize'])
$scope.schoolMealsBySchool = [];
$scope.schoolSensors = [
{ name: "William Engelbrektsskolan", entity: "sensor.william_lunch" },
{ name: "William Gäddgårdsskolan", entity: "sensor.william_lunch" },
{ name: "Louise - Nyeds skolan", entity: "sensor.louise_lunch" },
{ name: "Ludwig - Skogsgläntan", entity: "sensor.ludwig_lunch" }
];
@@ -78,6 +78,7 @@ angular.module('mealMenuApp', ['ngSanitize'])
});
});
};
$scope.toggleSchoolExpanded = function (school) {
school.expanded = !school.expanded;