Update validation in Create Content tour
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user