为了账号安全,请及时绑定邮箱和手机立即绑定

AngularJS表单验证

表严肃 Web前端工程师
难度中级
时长 1小时 3分
学习人数
综合评分9.87
87人评价 查看评价
10.0 内容实用
9.7 简洁易懂
9.9 逻辑清晰

已采纳回答 / Max
这是directive和html 传递数据的,"=" 通过 directive 的 attr 属性的值在局部 scope 的属性和父 scope 属性名之间建立双向绑定。当你想要一个双向绑定的属性的时候,你可以使用=来引入外部属性。无论是改变父 scope 还是隔离 scope 里的属性,父 scope 和隔离 scope 都会同时更新属性值,因为它们是双向绑定的关系 ,详情戳 http://stackoverflow.com/questions/14050195/what-is-the-differen...

已采纳回答 / FDU_XN
ng-disabled="signUpForm.username.$invalid"  没加判断对象username

已采纳回答 / 小无奈
这个问题我也碰到,之后是在form表单ng-submit上传递参数,像这样ng-submit="submitForm(signForm.$valid)",只有在main.js中    <...code...>

已采纳回答 / huyl
<div class="form-group">   <label for="username" class="control-label">Username</label>   <input type="text"       class="form-control"       id="username"       ng-model="formModel.username"       required="required"       ng-pattern...

已采纳回答 / 边界_颖
在$scope作用域下创建一个userdata对象,这个对象的作用是保存表单提交的信息(用户名、密码、确认密码这3个参数)

已采纳回答 / 快乐的单身汉
只有出错信息没有源代码,只能估计是用户名:下的 <pre>大括号出了问题</pre>。

已采纳回答 / 快乐的单身汉
老师其实是删除了style<...code...>这一段代码。

已采纳回答 / 闹钟___你别闹
if($scope.submitForm.$invalid)这个应该是if($scope.signUpForm.$invalid)

已采纳回答 / 炎夏至深
<p class="error" ng-if="signUpForm.password2.$error.required&&signUpForm.password2.$touched">密码不可为空&</p&cla &errp class="error" ng-if="(signUpForm.password2.$error.compare&nUpF&rm.psignUpForm.password2.$touched)&sign&pFor !(si...

已采纳回答 / ThisIsLinon
是通过name名来寻找元素,获取里面的值,然后通过服务进行判断

已采纳回答 / 盼望你未淌泪
angularjs版本问题 1.3.0以上的才支持touched

已采纳回答 / kangkai_fe
Note: AngularJS 1.3 has dropped support for IE8. Read more about it on our blog. AngularJS 1.2 will continue to support IE8, but the core team does not plan to spend time addressing issues specific to IE8 or earlier.
首页上一页12下一页尾页
课程须知
1.您具备HTML+CSS基础 2.具备JavaScript简单开发经验 3.了解Angular
老师告诉你能学到什么?
1.Angular基础指令 2.指令与表单如何合作验证

微信扫码,参与3人拼团

意见反馈 帮助中心 APP下载
官方微信
友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消