make showOverlay optional

This commit is contained in:
Mads Rasmussen
2017-03-02 13:52:56 +01:00
parent dabeaa26e6
commit b67286f40d

View File

@@ -170,7 +170,7 @@ When this combination is hit an overview is opened with shortcuts based on the m
scope: {
model: "=",
onToggle: "&",
showOverlay: "="
showOverlay: "=?"
}
};