I'm trying to get form validations to work with an Angular Wizard

前端 未结 2 1855
我在风中等你
我在风中等你 2021-01-29 02:13

I am using an angular wizard for my app\'s registration process.

Angular Wizard - https://github.com/mgonto/angular-wizard

However, no matter what I try, each s

2条回答
  •  北恋
    北恋 (楼主)
    2021-01-29 03:08

    I think part of your problem is the lack of dotted notation on your ng-models. In general you want ng-model="container.piece". There are numerous articles on the problem of writing to a child scope if your models do not contain a dot in them. Have a look at Understanding scopes.

提交回复
热议问题