Compare commits
2
Commits
4b2041d2bf
...
aa3052f760
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa3052f760 | ||
|
|
ce567c7508 |
@@ -51,9 +51,9 @@ angular.module('mealMenuApp', ['ngSanitize'])
|
||||
$scope.schoolMealsBySchool = [];
|
||||
|
||||
$scope.schoolSensors = [
|
||||
{ name: "William – Engelbrektsskolan", entity: "sensor.william_lunch" },
|
||||
{ name: "Louise - Nyeds skolan", entity: "sensor.louise_lunch" },
|
||||
{ name: "Ludwig - Skogsgläntan", entity: "sensor.ludwig_lunch" }
|
||||
{ name: "William – Gäddgårdsskolan", entity: "sensor.engelbrektsskolan" },
|
||||
{ name: "Louise - Nyeds skolan", entity: "sensor.nyedsskola" },
|
||||
{ name: "Ludwig - Skogsgläntan", entity: "sensor.skogsglantan" }
|
||||
];
|
||||
|
||||
$scope.schoolMealsBySchool = [];
|
||||
|
||||
Reference in New Issue
Block a user