发表于: 2016-08-11 22:15:30
0 2202
今天完成的事情:
表单验证
1、<button class="btn btn-default" ng-disabled="theForm.$invalid" ng-click="a()">确认</button>
required
ng-class="{'error':theForm.name.$invalid && theForm.name.$touched}"
minlength="2"
ng-maxlength="5"
2、传值,必须要判断,直接写在html
ui-sref="add({id:item.id})
传值,需要判断,写在js
$state.go("home", {}, {reload: true});
http://www.jb51.net/article/76158.htm
明天计划的事情:
垂直居中
遇到的问题:
无
收获:
无
评论