troch / angular-multi-step-form

An angular module for creating multi step forms / wizards

Home Page:http://troch.github.io/angular-multi-step-form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps Controller Not working

sajumani opened this issue · comments

Hi,

Each steps, controller not working ( Am setting $rootScope value from the ctrl ,its not functionalable)

app.controller('Step1Ctrl', function ($scope, multiStepFormInstance,$rootScope) {
$rootScope.isJoinStep = false;
});

What is not working?

Sorry, the problem was, i had created multiple Ctrl with same name