troch / angular-multi-step-form

An angular module for creating multi step forms / wizards
http://troch.github.io/angular-multi-step-form
ISC License
144 stars 44 forks source link

Steps Controller Not working #37

Closed sajumani closed 8 years ago

sajumani commented 8 years ago

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; });

troch commented 8 years ago

What is not working?

sajumani commented 8 years ago

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