Closed ricardoborges closed 8 years ago
Where and how are you using FormController
?
Hi, sorry about the delay!
It's a single controller app, the same tag I define app and controller.
<div ng-app="formApp" ng-controller="FormController" class="ng-cloak" ng-init='setup("Pesquisa")'>
You can only inject multiStepFormInstance
in a step controller or in the multi step directive controller.
Hey guys, Everything is working fine in my app with multistepform, but when I try to put the multiStepFormInstance reference on controller, the injector throws an error.
Error: $injector:unprUnknown Provider Unknown provider: multiStepFormInstanceProvider <- multiStepFormInstance <- FormController
Am I missing something?