angular-multi-step-form icon indicating copy to clipboard operation
angular-multi-step-form copied to clipboard

An angular module for creating multi step forms / wizards

Results 9 angular-multi-step-form issues
Sort by recently updated
recently updated
newest added

Update broken links under Examples section

Hi, In our application we have 3 steps: 1. Choose the option to create Object. 2. Select the Template for the Object from existing templates 3. Create object based on...

on my project, when I change a step, I expect the previous step to stay as long as the next screen is not ready

This is my controller ``` angular.module('myApp').controller('registerCtrl', function ($scope, $rootScope) { $scope.steps = [ { templateUrl: '/views/register/step1.html', hasForm: true }, { templateUrl: '/views/register/step2.html', } ]; } ``` scope variables of `registerCtrl`...

This valid boolean in the FormStep method always sets it to false; Should it default to false, but use a config setting if it exists eg this.valid = config.valid ||...

Hi, I need to create a multiple-step-form with browser navigation (search-id) while saving data. Is it possible with angular-multi-step-form ? I tried to mix both example of the website (Saving...

Modal-backdrop is not hidden after you close the modal. http://blog.reactandbethankful.com/angular-multi-step-form/#/inside-modal