Fix layer-tab toggling label

Fixes #263
This commit is contained in:
Farkas József
2017-02-11 23:31:15 +01:00
parent 0d95b20e70
commit 28ac42c583

View File

@@ -11,8 +11,8 @@
</option>
</select>
<span [ngSwitch]="toggle">
<template ngSwitchCase="true">layer by pressing this key.</template>
<template ngSwitchDefault="false">layer by holding this key.</template>
<template [ngSwitchCase]="true">layer by pressing this key.</template>
<template ngSwitchDefault>layer by holding this key.</template>
</span>
</template>
<template [ngIf]="isNotBase">