Compare commits
2
Commits
aa3052f760
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
858eab8cee | ||
|
|
4af641c079 |
@@ -51,9 +51,9 @@ angular.module('mealMenuApp', ['ngSanitize'])
|
||||
$scope.schoolMealsBySchool = [];
|
||||
|
||||
$scope.schoolSensors = [
|
||||
{ name: "William – Gäddgårdsskolan", entity: "sensor.engelbrektsskolan" },
|
||||
{ name: "Louise - Nyeds skolan", entity: "sensor.nyedsskola" },
|
||||
{ name: "Ludwig - Skogsgläntan", entity: "sensor.skogsglantan" }
|
||||
{ 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" }
|
||||
];
|
||||
|
||||
$scope.schoolMealsBySchool = [];
|
||||
@@ -78,6 +78,7 @@ angular.module('mealMenuApp', ['ngSanitize'])
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
$scope.toggleSchoolExpanded = function (school) {
|
||||
school.expanded = !school.expanded;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user