W skola
continuous-integration/drone/push Build is passing

This commit is contained in:
Elias Jansson
2026-08-20 15:42:07 +02:00
parent aa3052f760
commit 4af641c079
+1
View File
@@ -78,6 +78,7 @@ angular.module('mealMenuApp', ['ngSanitize'])
}); });
}); });
}; };
$scope.toggleSchoolExpanded = function (school) { $scope.toggleSchoolExpanded = function (school) {
school.expanded = !school.expanded; school.expanded = !school.expanded;