Compare commits
4
Commits
4b2041d2bf
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
858eab8cee | ||
|
|
4af641c079 | ||
|
|
aa3052f760 | ||
|
|
ce567c7508 |
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user