Closed sajumani closed 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; });
What is not working?
Sorry, the problem was, i had created multiple Ctrl with same name
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; });