Update validation in Create Content tour

This commit is contained in:
Rune Hem Strand
2017-11-01 17:34:34 +01:00
parent 03756ab894
commit 52c3ea24d5

View File

@@ -11,7 +11,7 @@
vm.initNextStep = initNextStep;
function initNextStep() {
if(element.val().lowerCase() === 'Home') {
if(element.val().toLowerCase() === 'home') {
$scope.model.nextStep();
} else {
vm.error = true;