Fix for syntax-error on infoscreen/static/js/infoscreen_controllers.js
This commit is contained in:
@@ -140,9 +140,9 @@ app.controller('timetableCtrl',
|
||||
trigger = false;
|
||||
}
|
||||
}
|
||||
if (trigger) {
|
||||
}
|
||||
if (trigger) {
|
||||
$scope.arr.push(departure);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user